XLSX in OfficeWriter 8.0
We just released OfficeWriter 8.0, and the biggest feature in this release is full support for Excel 2007/2010 files with the OfficeWriter API. So, if you’ve written OfficeWriter applications that process XLS files, what do you need to do to get started with using XLSX files? In short, nothing!
We took special care to keep compatibility in mind, so you can largely use the same code to process your XLSX files that you use with XLS. There are a couple scenarios in which you’ll need to be specific about what you’re using, but they’re mainly around creating new files where you clearly need to tell OfficeWriter what kind of files to create.
Creating New Workbooks
Use the Create method on an ExcelApplication instance to create a new, blank workbook. For back compat, calling Create with no arguments will create an Excel 2003 (XLS) file. To create an XLSX, pass it a FileFormat enum like this:
Workbook wb = xla.Create(ExcelApplication.FileFormat.Xlsx);Continue reading OfficeWriter 8.0: Getting Started with XLSX in C#
Follow




Big data is a big deal right now, and it’s only going to become a bigger deal in the future, so it makes sense to learn about as many of its aspects as you can, as quickly as you can. Or pick one and learn it very well. Or don’t pick any, if you are a staunch believer in the shelf-life of traditional data warehouses. From a machine learning deep-dive to an open-source buffet, the following five conferences provide educational and networking opportunities for both the specialists and renaissance persons among you. Attending a cool one I’ve missed? Let me know in the comments!
