forked from sheetjs/sheetjs
		
	Doc Replaced confusing emoji [ci skip]
This commit is contained in:
		
							parent
							
								
									b03ad9d40c
								
							
						
					
					
						commit
						07c354cecf
					
				@ -82,10 +82,10 @@ prefixed with an apostrophe `'`, consistent with Excel's formula bar display.
 | 
			
		||||
 | 
			
		||||
| Storage Representation | Formats                  | Read  | Write |
 | 
			
		||||
|:-----------------------|:-------------------------|:-----:|:-----:|
 | 
			
		||||
| A1-style strings       | XLSX                     |  :o:  |  :o:  |
 | 
			
		||||
| RC-style strings       | XLML and plain text      |  :o:  |  :o:  |
 | 
			
		||||
| BIFF Parsed formulae   | XLSB and all XLS formats |  :o:  |       |
 | 
			
		||||
| OpenFormula formulae   | ODS/FODS/UOS             |  :o:  |  :o:  |
 | 
			
		||||
| A1-style strings       | XLSX                     |   ✔   |   ✔   |
 | 
			
		||||
| RC-style strings       | XLML and plain text      |   ✔   |   ✔   |
 | 
			
		||||
| BIFF Parsed formulae   | XLSB and all XLS formats |   ✔   |       |
 | 
			
		||||
| OpenFormula formulae   | ODS/FODS/UOS             |   ✔   |   ✔   |
 | 
			
		||||
 | 
			
		||||
Since Excel prohibits named cells from colliding with names of A1 or RC style
 | 
			
		||||
cell references, a (not-so-simple) regex conversion is possible.  BIFF Parsed
 | 
			
		||||
 | 
			
		||||
@ -5,31 +5,31 @@ Despite the library name `xlsx`, it supports numerous spreadsheet file formats:
 | 
			
		||||
| Format                                                       | Read  | Write |
 | 
			
		||||
|:-------------------------------------------------------------|:-----:|:-----:|
 | 
			
		||||
| **Excel Worksheet/Workbook Formats**                         |:-----:|:-----:|
 | 
			
		||||
| Excel 2007+ XML Formats (XLSX/XLSM)                          |  :o:  |  :o:  |
 | 
			
		||||
| Excel 2007+ Binary Format (XLSB BIFF12)                      |  :o:  |  :o:  |
 | 
			
		||||
| Excel 2003-2004 XML Format (XML "SpreadsheetML")             |  :o:  |  :o:  |
 | 
			
		||||
| Excel 97-2004 (XLS BIFF8)                                    |  :o:  |  :o:  |
 | 
			
		||||
| Excel 5.0/95 (XLS BIFF5)                                     |  :o:  |  :o:  |
 | 
			
		||||
| Excel 4.0 (XLS/XLW BIFF4)                                    |  :o:  |       |
 | 
			
		||||
| Excel 3.0 (XLS BIFF3)                                        |  :o:  |       |
 | 
			
		||||
| Excel 2.0/2.1 (XLS BIFF2)                                    |  :o:  |  :o:  |
 | 
			
		||||
| Excel 2007+ XML Formats (XLSX/XLSM)                          |   ✔   |   ✔   |
 | 
			
		||||
| Excel 2007+ Binary Format (XLSB BIFF12)                      |   ✔   |   ✔   |
 | 
			
		||||
| Excel 2003-2004 XML Format (XML "SpreadsheetML")             |   ✔   |   ✔   |
 | 
			
		||||
| Excel 97-2004 (XLS BIFF8)                                    |   ✔   |   ✔   |
 | 
			
		||||
| Excel 5.0/95 (XLS BIFF5)                                     |   ✔   |   ✔   |
 | 
			
		||||
| Excel 4.0 (XLS/XLW BIFF4)                                    |   ✔   |       |
 | 
			
		||||
| Excel 3.0 (XLS BIFF3)                                        |   ✔   |       |
 | 
			
		||||
| Excel 2.0/2.1 (XLS BIFF2)                                    |   ✔   |   ✔   |
 | 
			
		||||
| **Excel Supported Text Formats**                             |:-----:|:-----:|
 | 
			
		||||
| Delimiter-Separated Values (CSV/TXT)                         |  :o:  |  :o:  |
 | 
			
		||||
| Data Interchange Format (DIF)                                |  :o:  |  :o:  |
 | 
			
		||||
| Symbolic Link (SYLK/SLK)                                     |  :o:  |  :o:  |
 | 
			
		||||
| Lotus Formatted Text (PRN)                                   |  :o:  |  :o:  |
 | 
			
		||||
| UTF-16 Unicode Text (TXT)                                    |  :o:  |  :o:  |
 | 
			
		||||
| Delimiter-Separated Values (CSV/TXT)                         |   ✔   |   ✔   |
 | 
			
		||||
| Data Interchange Format (DIF)                                |   ✔   |   ✔   |
 | 
			
		||||
| Symbolic Link (SYLK/SLK)                                     |   ✔   |   ✔   |
 | 
			
		||||
| Lotus Formatted Text (PRN)                                   |   ✔   |   ✔   |
 | 
			
		||||
| UTF-16 Unicode Text (TXT)                                    |   ✔   |   ✔   |
 | 
			
		||||
| **Other Workbook/Worksheet Formats**                         |:-----:|:-----:|
 | 
			
		||||
| OpenDocument Spreadsheet (ODS)                               |  :o:  |  :o:  |
 | 
			
		||||
| Flat XML ODF Spreadsheet (FODS)                              |  :o:  |  :o:  |
 | 
			
		||||
| Uniform Office Format Spreadsheet (标文通 UOS1/UOS2)         |  :o:  |       |
 | 
			
		||||
| dBASE II/III/IV / Visual FoxPro (DBF)                        |  :o:  |  :o:  |
 | 
			
		||||
| Lotus 1-2-3 (WKS/WK1/WK2/WK3/WK4/123)                        |  :o:  |       |
 | 
			
		||||
| Quattro Pro Spreadsheet (WQ1/WQ2/WB1/WB2/WB3/QPW)            |  :o:  |       |
 | 
			
		||||
| OpenDocument Spreadsheet (ODS)                               |   ✔   |   ✔   |
 | 
			
		||||
| Flat XML ODF Spreadsheet (FODS)                              |   ✔   |   ✔   |
 | 
			
		||||
| Uniform Office Format Spreadsheet (标文通 UOS1/UOS2)         |   ✔   |       |
 | 
			
		||||
| dBASE II/III/IV / Visual FoxPro (DBF)                        |   ✔   |   ✔   |
 | 
			
		||||
| Lotus 1-2-3 (WKS/WK1/WK2/WK3/WK4/123)                        |   ✔   |       |
 | 
			
		||||
| Quattro Pro Spreadsheet (WQ1/WQ2/WB1/WB2/WB3/QPW)            |   ✔   |       |
 | 
			
		||||
| **Other Common Spreadsheet Output Formats**                  |:-----:|:-----:|
 | 
			
		||||
| HTML Tables                                                  |  :o:  |  :o:  |
 | 
			
		||||
| Rich Text Format tables (RTF)                                |       |  :o:  |
 | 
			
		||||
| Ethercalc Record Format (ETH)                                |  :o:  |  :o:  |
 | 
			
		||||
| HTML Tables                                                  |   ✔   |   ✔   |
 | 
			
		||||
| Rich Text Format tables (RTF)                                |       |   ✔   |
 | 
			
		||||
| Ethercalc Record Format (ETH)                                |   ✔   |   ✔   |
 | 
			
		||||
 | 
			
		||||
Features not supported by a given file format will not be written.  Formats with
 | 
			
		||||
range limits will be silently truncated:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user