Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Format documentation

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Excel Format documentation

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 97
Default Excel Format documentation

"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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 50
Default Excel Format documentation

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Format documentation

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Excel 11.0 Object Library documentation? Just-a-COG-in-the-works Charts and Charting in Excel 0 April 25th 07 05:22 PM
WorksheetFunction Documentation P-A Caron Excel Worksheet Functions 1 April 12th 05 03:12 PM
Excel Object Documentation Chris Excel Programming 1 January 16th 04 04:13 AM
Spreadsheet documentation David Excel Programming 1 October 27th 03 02:05 PM
Documentation & testing David Excel Programming 0 October 24th 03 02:00 PM


All times are GMT +1. The time now is 10:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"