G
G
Galdar Turin2019-03-15 09:13:50
phpspreadsheet
Galdar Turin, 2019-03-15 09:13:50

Has anyone experienced copying text + style in XLS?

I can’t copy the style with text, when pasting, only text is inserted into cells without style, what should I do?

$dataArray = $sheet->rangeToArray(
  'A1:L21',     
  NULL,        
  TRUE,        
  TRUE,        
  TRUE         
);
$sheet->fromArray( $dataArray, NULL, 'A22' );

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-11-20
@Mr_Tabrest_3115

uh.... make separate columns.
https://philipwalton.github.io/solved-by-flexbox/d...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question