Re: fwrite csv merged cells
- From: "Janwillem Borleffs" <jw@xxxxxxxxxxxxx>
- Date: Sat, 30 Apr 2005 20:40:51 +0200
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
.
- References:
- fwrite csv merged cells
- From: Pasquale
- fwrite csv merged cells
- Prev by Date: fwrite csv merged cells
- Next by Date: Re: fwrite csv merged cells
- Previous by thread: fwrite csv merged cells
- Next by thread: Re: fwrite csv merged cells
- Index(es):