Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I cannot find any documentation for Excel file format to
develop an engine for my software to output Excel files. Who can advise on this? Thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
MS no longer publicly documents Excel's binary file format. As this article
mentions you can request the documentation from them: http://support.microsoft.com?kbid=239653 -- Jim Rech Excel MVP |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Oleg Fedtchenko" wrote...
I cannot find any documentation for Excel file format to develop an engine for my software to output Excel files. Who can advise on this? Thank you Both OpenOffice and the Gnome Project's gnumeric read and write XLS files, and both are open source. There may be enough there to figure out the file format. -- To top-post is human, to bottom-post and snip is sublime. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I cannot find any documentation for Excel file format to
develop an engine for my software to output Excel files. Who can advise on this? Thank you You'll find several descriptions of Excel's BIFF format at www.wotsit.org Regards, Vic Eldridge |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 2004-01-20, Oleg Fedtchenko wrote:
I cannot find any documentation for Excel file format to develop an engine for my software to output Excel files. Who can advise on this? Thank you There are a couple of options. 1) Find a copy of the 'Excel 97 Developers kit' it had some docs 2) Look at the online docs for openoffice 3) Look at the source code for gnumeric (gnumeric/plugins/excel) 4) Have a look at the hssf project that is part of apache 5) Use perl:excelwrite However, none of these answer the real question. Why do you need to generate the xls directly ? If you are willing to take a slightly more indirect approach I'd suggest generating gnumeric formated xml, then using ssconvert to map that to xls. The xml is much easier to read, and you'd be able to spring board off of the gnumeric xls exporter and its maintenance and bugfixing. Good Luck Jody (Gnumeric maintainer) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Microsoft Excel 11.0 Object Library documentation? | Charts and Charting in Excel | |||
WorksheetFunction Documentation | Excel Worksheet Functions | |||
Excel Object Documentation | Excel Programming | |||
Spreadsheet documentation | Excel Programming | |||
Documentation & testing | Excel Programming |