Excel API for C/C++
-
wrote on 28 Dec 2010, 13:02 last edited by
Thanks for the links. libxl I will have a look into. xlslib unfortunately cannot read XLS files. This is the crucial part. Writing the files could be quite easily approached with the new XML based format (thats seems not too complicated as long as there are no formulas or cross references, which we do not need).
-
wrote on 28 Dec 2010, 14:10 last edited by
Another available option is to attempt to extract the code from an open source excel reading competitor.
Open Office - http://www.openoffice.org/ - is likely to be used,
Gnumeric is probably a better option.
Excel code is here - http://git.gnome.org/browse/gnumeric/tree/plugins/excel -
wrote on 29 Dec 2010, 04:42 last edited by
Libxls
libxls is a C library which can read Excel (xls) files. It has been tested on Linux x86 and Cygwin but may work on any little-endian system. ...
"libxls.sourceforge.net":http://libxls.sourceforge.net[EDIT: clickable link, Volker]
-
wrote on 29 Dec 2010, 13:31 last edited by
Thanks for the link Yash, it looks promising. It could be a good start and maybe I find some time to make a Qt version.
-
wrote on 5 Jan 2011, 22:45 last edited by
What's about KOffice? As far as I know they use MS -> OOo -> KOffice, but they might have a cuter API to the OOo routines since they are Qt-based.
-
wrote on 5 Jan 2011, 23:16 last edited by
KOffice falls out due to license issues - unfortunately.
-
wrote on 5 Jan 2011, 23:53 last edited by
[quote author="Yash" date="1293597766"]Libxls
[EDIT: clickable link, Volker][/quote]
Not yet.... -
wrote on 5 Jan 2011, 23:55 last edited by
Thanks - corrected * 2 :-)
-
wrote on 6 Jan 2011, 00:00 last edited by
Has anybody figured out what kind of license is? GPL, LGPL, ... ?
I would like to include all the "open source" tools/libraries we talk about into wikis so when needed one can find them in one place.
EDIT: What are the KOffice license issues?
-
wrote on 6 Jan 2011, 00:24 last edited by
From http://www.koffice.org/contribute/:
bq. KOffice is released under the LGPL v2+ (and GPL v2+ for some parts).
-
wrote on 6 Jan 2011, 00:28 last edited by
[quote author="Volker" date="1294273445"]From http://www.koffice.org/contribute/:
bq. KOffice is released under the LGPL v2+ (and GPL v2+ for some parts).[/quote]
Why was that a problem then? Can't get much more flexible than that (unles you are looking for the one part that is only GPL and you want to release a closed source app).
EDIT: before I get screamed at: warning: I don't have any idea of the details about "v2+"
-
wrote on 6 Jan 2011, 00:30 last edited by
I'd have to extract the parts I need, remove the KDE stuff (not available on Windows and Mac) and publish it as a new LGPL project. We do not have the time for that at the moment and it's not on top of the want-have list of the customer.
-
wrote on 6 Jan 2011, 00:31 last edited by
I see.... so the issue is not exactly with the license...
-
wrote on 6 Jan 2011, 00:38 last edited by
The license is one of the issues. Nevermind, I have some hints I will dig into further if I ever have some spare time.
-
wrote on 24 Jun 2011, 06:46 last edited by
Volker, as your successes with excel?
I use libxls, but some excel's files in russian language not read correctly (I realized because of the inability to convert data from a file in UTF-16). If you have any achievements, can you tell us about them? -
wrote on 24 Jun 2011, 09:04 last edited by
I did not look into libxls yet, so sorry, no advice from my side.
-
wrote on 24 Jun 2011, 09:35 last edited by
is there also something for word documents (*.doc or *.docx)?
-
wrote on 27 Jun 2011, 07:24 last edited by
You could maybe take a look at "http://www.libxl.com/":http://www.libxl.com/
-
wrote on 27 Jun 2011, 07:25 last edited by
[quote author="mogz" date="1309159483"]You could maybe take a look at "http://www.libxl.com/":http://www.libxl.com/[/quote]
That lib was already mentioned on the first page of this topic. -
wrote on 27 Jun 2011, 07:51 last edited by
well in its documentation it says it works for excel files only. i need word documents. or didnt i see the word classes?