xlsx

Is there a library or example for creating Excel (.xlsx) files?

I'm writing a Cocoa application and I'm trying to export to the Excel XML format (ISO/IEC 29500-1) which is basically a zip file with a bunch of xml files in it named with a .xlsx extension. I've tried generating apple script and using NSAppleScript to create the Excel file, which works, but is slow and the user has to have Excel instal...

PHP: Zipping files as xlsx causes file to become invalid

Hi all, I have to replace variables inside a user-submitted xlsx file and am doing it this way: Rename the .xlsx to .zip Unzip to a temp-folder Make the necessary changes Zip the files Rename the .zip to .xslx I am using plain ZipArchive in PHP. When I try to open the generated .xlsx in Excel, it fails with a message format or exten...

How to read excel(2007+ xlsx) sheet using actionscript(AIR)?

How to read excel(2007+ xlsx) sheet using actionscript(AIR)? ...

Problem with skipping empty cells while importing data from .xlsx file in asp.net c# application

Hi to all. I have a problem with reading .xlsx files in asp.net mvc2.0 application, using c#. Problem occurs when reading empty cell from .xlsx file. My code simply skips this cell and reads the next one. For example, if the contents of .xlsx file are: FirstName LastName Age John 36 They will be read as: First...

XLSX generation in .NET - Microsoft Excel Object Library free alternative

Are there any free alternatives to using "Microsoft Excel 12.0 Object Library" component in the application? It does the job, but it's very slow. I know there are commercial third-party tools, and wondering if there's anything fast, but freeware to accomplish the task. ...