Re: fwrite csv merged cells



Pasquale wrote:
> How can I fwrite to a csv file with the row having merged cells and
> centered text? For example, a section title:
>
> Title
> col1 col2 col3 col4 col5 col6
>

Properties like centered text are not stored in CSV files, which only
contain plain text whithout formatting.

If you want to maintain the properties of the original source (which is
probably an excel spread***), your only option would be not to export to a
CSV file, but to the original format.


JW



.


Quantcast