Hi, i want to create an excel file with coldfustion. since today, i was saving a file AS an html AND changing the extension.
i need to create now a real excel file. some advise? thanks
Hi, i want to create an excel file with coldfustion. since today, i was saving a file AS an html AND changing the extension.
i need to create now a real excel file. some advise? thanks
Got ColdFusion 9? It is baked in with the cfspreadhseet tag (and related functions).
Or else you can use Ben Nadel's POI utility. It's pretty simple. We've been using it for years to make spreadsheets with multiple worksheets.
Depending on the complexity of the sheet you could just generate the XML for a xlsx file in a bunch of nested cfloops. Export a sheet as XML and take a look.