From 07c354cecf6b3a0fa95ee9273420c369f483d292 Mon Sep 17 00:00:00 2001 From: Meriam Date: Tue, 14 Sep 2021 01:23:31 +0200 Subject: [PATCH] Doc Replaced confusing emoji [ci skip] --- docbits/61_formulae.md | 8 ++++---- docbits/85_filetype.md | 44 +++++++++++++++++++++--------------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docbits/61_formulae.md b/docbits/61_formulae.md index 238520b..ec211bc 100644 --- a/docbits/61_formulae.md +++ b/docbits/61_formulae.md @@ -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 diff --git a/docbits/85_filetype.md b/docbits/85_filetype.md index 08b6a19..f8f5d35 100644 --- a/docbits/85_filetype.md +++ b/docbits/85_filetype.md @@ -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: