Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>While I can't answer the maximum amount of data that Excel can handle, if you use the new .xlsx format, you are using MS's OpenXML format. The .xlsx file is actually a zip compressed file with all of the document data stored internally. The XML can be written just as any other XML, but you'll have to review the standards. There are a few commercial component implementations out there for doing this. You don't need Excel to write the format.</p> <p>Here are some helpful links:</p> <ul> <li><a href="http://en.wikipedia.org/wiki/Office_Open_XML" rel="nofollow noreferrer">Office OpenXML - Wikipedia</a></li> <li><a href="http://sourceforge.net/projects/officeopenxml/files/Open%20Xml%20Docx%20Alpha/Open%20Xml%20Docx%20Alpha%200.1%20Source/" rel="nofollow noreferrer">Office Open XML C# Library</a> - This looks like an open source library for reading/writing OpenXML</li> <li><a href="http://www.codeproject.com/KB/office/OpenXML.aspx" rel="nofollow noreferrer">Read and write Open XML files - CodeProject</a> - Another implementation of a R/W library</li> <li><a href="http://www.gemboxsoftware.com/GBSpreadsheet.htm" rel="nofollow noreferrer">GemBox.Spreadsheet</a> - A commercial .NET component for reading/writing office spreadsheets. Has a free version with limitations on number of rows you can read and write if you want to try it out.</li> <li><a href="http://npoi.codeplex.com/" rel="nofollow noreferrer">NPOI Library</a> - an implementation of Java's POI library for reading and writing office docs.</li> <li><a href="http://simpleooxml.codeplex.com/" rel="nofollow noreferrer">Simple OOXML</a> - "A set of helper classes to make the creation of Open Office XML documents easier. Uses the Open Office SDK v 2.0. Modify or create any .docx or .xlsx document without Microsoft Word or Microsoft Excel."</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload