Improves "save as Excel" functionality (#2266)

This commit is contained in:
2023-10-11 19:32:04 -04:00
committed by GitHub
parent a3b42e43bd
commit ad0aedb0a8
15 changed files with 969 additions and 121 deletions

View File

@@ -6,7 +6,7 @@
<numFmt numFmtId="168" formatCode="yyyy-mm-dd hh:mm:ss" />
<numFmt numFmtId="169" formatCode="[h]:mm:ss" />
</numFmts>
<fonts count="1">
<fonts count="2">
<font>
<sz val="11" />
<color theme="1" />
@@ -14,6 +14,14 @@
<family val="2" />
<scheme val="minor" />
</font>
<font>
<b />
<sz val="11" />
<color theme="1" />
<name val="Calibri" />
<family val="2" />
<scheme val="minor" />
</font>
</fonts>
<fills count="1">
<fill>
@@ -32,12 +40,13 @@
<cellStyleXfs count="1">
<xf numFmtId="0" fontId="0" fillId="0" borderId="0" />
</cellStyleXfs>
<cellXfs count="5">
<cellXfs count="6">
<xf xfId="0" />
<xf numFmtId="166" xfId="0" applyNumberFormat="1" />
<xf numFmtId="167" xfId="0" applyNumberFormat="1" />
<xf numFmtId="168" xfId="0" applyNumberFormat="1" />
<xf numFmtId="169" xfId="0" applyNumberFormat="1" />
<xf xfId="0" fontId="1" />
</cellXfs>
<cellStyles count="1">
<cellStyle name="Normal" builtinId="0" xfId="0" />

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<worksheet xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<sheetData>
<row r="1">
<c r="B1" t="inlineStr"><is><t></t></is></c>
<c r="C1" t="inlineStr"><is><t>test string</t></is></c>
<c r="D1"><v>3</v></c>
<c r="E1"><v>3.5</v></c>
<c r="F1" t="b"><v>0</v></c>
<c r="G1" t="b"><v>1</v></c>
</row>
<row r="2">
<c r="A2" t="inlineStr"><is><t>1900-02-28</t></is></c>
<c r="B2" s="1"><v>61</v></c>
<c r="C2" s="3"><v>61.625</v></c>
<c r="D2" s="2"><v>0.625</v></c>
<c r="E2" s="2"><v>0.625</v></c>
<c r="F2" s="4"><v>1</v></c>
</row>
</sheetData>
<autoFilter ref="A1:G1" />
</worksheet>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<worksheet xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<sheetData>
<row r="1">
<c r="B1" t="inlineStr"><is><t></t></is></c>
<c r="C1" t="inlineStr"><is><t>test string</t></is></c>
<c r="D1"><v>3</v></c>
<c r="E1"><v>3.5</v></c>
<c r="F1" t="b"><v>0</v></c>
<c r="G1" t="b"><v>1</v></c>
</row>
<row r="2">
<c r="A2" t="inlineStr"><is><t>1900-02-28</t></is></c>
<c r="B2" s="1"><v>61</v></c>
<c r="C2" s="3"><v>61.625</v></c>
<c r="D2" s="2"><v>0.625</v></c>
<c r="E2" s="2"><v>0.625</v></c>
<c r="F2" s="4"><v>1</v></c>
</row>
</sheetData>
</worksheet>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<worksheet xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<sheetViews>
<sheetView tabSelected="1" workbookViewId="0">
<pane ySplit="1" topLeftCell="A2" activePane="bottomLeft" state="frozen" />
<selection pane="bottomLeft" />
</sheetView>
</sheetViews>
<sheetData>
<row r="1">
<c r="B1" t="inlineStr"><is><t></t></is></c>
<c r="C1" t="inlineStr"><is><t>test string</t></is></c>
<c r="D1"><v>3</v></c>
<c r="E1"><v>3.5</v></c>
<c r="F1" t="b"><v>0</v></c>
<c r="G1" t="b"><v>1</v></c>
</row>
<row r="2">
<c r="A2" t="inlineStr"><is><t>1900-02-28</t></is></c>
<c r="B2" s="1"><v>61</v></c>
<c r="C2" s="3"><v>61.625</v></c>
<c r="D2" s="2"><v>0.625</v></c>
<c r="E2" s="2"><v>0.625</v></c>
<c r="F2" s="4"><v>1</v></c>
</row>
</sheetData>
</worksheet>

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<worksheet xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<cols>
<col min="1" max="1" width="2.28515625" bestFit="1" customWidth="1" />
<col min="2" max="2" width="2.42578125" bestFit="1" customWidth="1" />
<col min="3" max="3" width="2.5703125" bestFit="1" customWidth="1" />
<col min="4" max="4" width="2.7109375" bestFit="1" customWidth="1" />
<col min="5" max="5" width="2.85546875" bestFit="1" customWidth="1" />
<col min="6" max="6" width="3" bestFit="1" customWidth="1" />
<col min="7" max="7" width="3.140625" bestFit="1" customWidth="1" />
</cols>
<sheetData>
<row r="1">
<c r="B1" t="inlineStr"><is><t></t></is></c>
<c r="C1" t="inlineStr"><is><t>test string</t></is></c>
<c r="D1"><v>3</v></c>
<c r="E1"><v>3.5</v></c>
<c r="F1" t="b"><v>0</v></c>
<c r="G1" t="b"><v>1</v></c>
</row>
<row r="2">
<c r="A2" t="inlineStr"><is><t>1900-02-28</t></is></c>
<c r="B2" s="1"><v>61</v></c>
<c r="C2" s="3"><v>61.625</v></c>
<c r="D2" s="2"><v>0.625</v></c>
<c r="E2" s="2"><v>0.625</v></c>
<c r="F2" s="4"><v>1</v></c>
</row>
</sheetData>
</worksheet>