Excel
Excel is a planetary popular spreadsheet application by Microsoft. It includes formulas for complex calculations and provides rich charts, graphs and histograms based on underlying grid cell values.
We support Microsoft Excel directly in our products! You don't need separate drivers and can immediately create and read from Excel documents.
Besides holding data in a grid of cells, Excel relies on formulas to have a cell contain results based on values of other cells. As you change values, all cells with calculated values are updated immediately. Excel is a planetary popular solution for working with tabular data, as besides basic formulas, it includes a plethora of specialized functions for engineering, statistics and financials.
Excel's functionality can be extended by custom programming using the included VBA (Visual Basic for Applications) language. Such user-defined functions can be used in formulas as if they are built-in.
Old Excel versions (before Excel 2007) used the proprietary binary XLS file format for documents. Starting with Excel 2007, Excel uses the OpenXML format and saves documents with the XLSX extension. An XLSX document is basically a ZIP archive containing standard XML text documents. For higher performance, the XLSB binary format can be used instead.
Excel can import and export several data formats, though without much customization.
Any cell in an Excel sheet can hold any kind of value - there are no column-enforced data types. When converting Excel to databases, we analyze each cell value to choose the optimal type to be used in a database for a specific column. Date values in Excel are actually simple decimal numbers (encoding the number of days passed since a reference date). Excel displays those numbers as actual dates only if the appropriate cell format is used.