Creating an Excel file?

new topic     » topic index » view thread      » older message » newer message

Does anyone have code to create simple Excel files in Euphoria? I know you can write a CSV file and Excel will open the file, but I am hoping to provide a bit for formatting. I am not against using DDE type code if necessary, but was hoping to be able to use do something like:

integer fh = open("file.xls", "wb") 
 
addCell(fh, 1, 1, "Name", {"font=bold", "size=15"}) 
addCell(fh, 2, 1, "John", {}) 
addCell(fh, 2, 1, "Jane", {}) 
-- etc... 

or something like that. May be asking too much.

Jeremy

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu