Project Description
A strong-typed library class based on OOXML SDK 1.0, to create Xlsx files
About XOOX
Xoox is a library to help creating Spreadsheet document based on the Open XML formatIt can be useful on asp.net projects to create reports on fly that can be viewed or edited by Microsoft Excel 2007 program or any other that can read .Xlsx file format.
Pre-requisites
DotNet Framework 3.5 Open XML Sdk 1.0 If you dont have Microsoft Office Excel 2007 but earlier version (2000, XP or 2003) you can still open Xlsx document Download the Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats
What XOOX do:
- Create an Xlsx document and save it as file or output stream
- Insert into a cell a number or a string a boolean or date value
- Insert into a cell a formula
- Selection of multiple cells ( ex. sheet["A1:C5"] )
- Merge cells
- Set sheet margins
|