Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read with sharedStrings.xml #39

Closed
shps951023 opened this issue Mar 5, 2021 · 3 comments
Closed

Read with sharedStrings.xml #39

shps951023 opened this issue Mar 5, 2021 · 3 comments
Labels
enhancement New feature or request todo

Comments

@shps951023
Copy link
Member

e.g

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" count="18" uniqueCount="6">
    <si>
        <t>a</t>
    </si>
    <si>
        <t>b</t>
    </si>
    <si>
        <t>c</t>
    </si>
    <si>
        <t>d</t>
    </si>
    <si>
        <t>"&lt;&gt;+-*//}{\\n</t>
    </si>
    <si>
        <t>&lt;test&gt;Hello World&lt;/test&gt;</t>
    </si>
</sst>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
    xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac xr xr2 xr3"
    xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac"
    xmlns:xr="http://schemas.microsoft.com/office/spreadsheetml/2014/revision"
    xmlns:xr2="http://schemas.microsoft.com/office/spreadsheetml/2015/revision2"
    xmlns:xr3="http://schemas.microsoft.com/office/spreadsheetml/2016/revision3" xr:uid="{824779C3-40CC-465A-9BB7-9C543B134A80}">
    <dimension ref="A1:D3"/>
    <sheetViews>
        <sheetView tabSelected="1" workbookViewId="0">
            <selection activeCell="F25" sqref="F25"/>
        </sheetView>
    </sheetViews>
    <sheetFormatPr defaultRowHeight="14.4" x14ac:dyDescent="0.3"/>
    <sheetData>
        <row r="1" spans="1:4" x14ac:dyDescent="0.3">
            <c r="A1" t="s">
                <v>0</v>
            </c>
            <c r="B1" t="s">
                <v>1</v>
            </c>
            <c r="C1" t="s">
                <v>2</v>
            </c>
            <c r="D1" t="s">
                <v>3</v>
            </c>
        </row>
        <row r="2" spans="1:4" x14ac:dyDescent="0.3">
            <c r="A2" t="s">
                <v>4</v>
            </c>
            <c r="B2">
                <v>1234567890</v>
            </c>
            <c r="C2" t="b">
                <v>1</v>
            </c>
            <c r="D2" s="1">
                <v>44260.585093252317</v>
            </c>
        </row>
        <row r="3" spans="1:4" x14ac:dyDescent="0.3">
            <c r="A3" t="s">
                <v>5</v>
            </c>
            <c r="B3">
                <v>-1234567890</v>
            </c>
            <c r="C3" t="b">
                <v>0</v>
            </c>
            <c r="D3" s="1">
                <v>44260</v>
            </c>
        </row>
    </sheetData>
    <pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/>
</worksheet>
@shps951023 shps951023 added enhancement New feature or request todo labels Mar 5, 2021
@shps951023 shps951023 pinned this issue Mar 6, 2021
@shps951023
Copy link
Member Author

image

@shps951023
Copy link
Member Author

image

@shps951023 shps951023 unpinned this issue Mar 9, 2021
@shps951023 shps951023 pinned this issue Mar 9, 2021
@shps951023
Copy link
Member Author

image

@shps951023 shps951023 unpinned this issue Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo
Projects
None yet
Development

No branches or pull requests

1 participant