| Author |
Message |
|
|
Post subject: XLS File Format
Posted: Oct 30, 2007 - 03:06 PM
|
|
|
|
Hi,
Does anyone know a library or tool to write xls files directly from a C
application running on QNX6 (or QNX4)?
Thanks in advance |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: XLS File Format
Posted: Oct 30, 2007 - 07:29 PM
|
|
QNX Master
Joined: Jun 25, 2003
Posts: 1041
|
|
Not sure if this will help, but it is quite easy to write .CVS files which are readable by just about any spreadsheet program.
The format is as below:
field11,field12,field13....
field21,field22,field23...
...
or you can put the fields in quites |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: XLS File Format
Posted: Oct 30, 2007 - 07:30 PM
|
|
QNX Master
Joined: Jun 25, 2003
Posts: 1041
|
|
|
|
|
 |
|
|
Post subject: Re: XLS File Format
Posted: Oct 31, 2007 - 01:12 AM
|
|
|
|
|
|
|
 |
|
|
Post subject: Re: XLS File Format
Posted: Oct 31, 2007 - 07:20 AM
|
|
|
|
Thank you for your answer, but I need to put more than one sheet in the
same file.
CSV doesn't support that feature.
At the end I can create a CSV file for each sheet, but I'll try to avoid
this approach.
Regards
maschoen wrote:
Quote:
Not sure if this will help, but it is quite easy to write .CVS files
which are readable by just about any spreadsheet program.
The format is as below:
field11,field12,field13....
field21,field22,field23...
..
or you can put the fields in quites
|
|
|
| |
|
|
|
 |
|
|
Post subject: Re: XLS File Format
Posted: Oct 31, 2007 - 07:21 AM
|
|
|
|
|
|
|
 |
|
|
Post subject: Re: XLS File Format
Posted: Oct 31, 2007 - 08:08 AM
|
|
|
|
Colin Burgess wrote:
Quote:
There is also a project for Python ... use google.
--Armin
Quote:
I didn't have PHP on my system, but the perl package seems to have
worked with the perl 5.8 I had
installed.
Colin
Joan Baucells wrote:
Hi,
Does anyone know a library or tool to write xls files directly from a C
application running on QNX6 (or QNX4)?
Thanks in advance
|
|
|
| |
|
|
|
 |
|
|
Post subject: Re: XLS File Format
Posted: Oct 31, 2007 - 09:02 AM
|
|
|
|
|
|
|
 |
|
|
Post subject: Re: XLS File Format
Posted: Oct 31, 2007 - 01:10 PM
|
|
|
|
|
|
|
 |
|
|
Post subject: Re: XLS File Format
Posted: Oct 31, 2007 - 04:36 PM
|
|
|
|
Colin Burgess wrote:
Quote:
That one seems to only read files?
yes :-(
--Armin
Quote:
Armin wrote:
Armin wrote:
Colin Burgess wrote:
I haven't seen a C library, but there is a PHP package,
http://pear.php.net/package/Spreadsheet_Excel_Writer, and a Perl
package, http://search.cpan.org/dist/Spreadsheet-WriteExcel/
There is also a project for Python ... use google.
or take this here: http://pyxlreader.sourceforge.net/
--Armin
I didn't have PHP on my system, but the perl package seems to have
worked with the perl 5.8 I had
installed.
Colin
Joan Baucells wrote:
Hi,
Does anyone know a library or tool to write xls files directly from
a C
application running on QNX6 (or QNX4)?
Thanks in advance
|
|
|
| |
|
|
|
 |
|
|
Post subject: Re: XLS File Format
Posted: Nov 09, 2007 - 11:45 AM
|
|
|
|
You could also try the Excel XML file format, and use some XML library to
fill in the data
"Joan Baucells" <joan_baucells@NoSpam.es> schrieb im Newsbeitrag
news:47274874.2F9969C6@NoSpam.es...
Quote:
Hi,
Does anyone know a library or tool to write xls files directly from a C
application running on QNX6 (or QNX4)?
Thanks in advance
|
|
|
| |
|
|
|
 |
|
|