Open Xml -- Excel文件解析



1、转换。Excel > 后缀名改为.zip >解压

2、详细解析

     1) docProps\app.xml

     <TitlesOfParts><vt:vectorbaseType="lpstr"size="4">

        <vt:lpstr>Earlyvt:lpstr>

        <vt:lpstr>Latevt:lpstr>

        <vt:lpstr>Nightvt:lpstr>

        <vt:lpstr>Summaryvt:lpstr>vt:vector>TitlesOfParts>

         -- 4sheet,并且列出所有sheet的名称

    2) docProps\core.xml

             <cp:lastModifiedBy>wendy_wcp:lastModifiedBy>           --修改人的用户名

    3) \xl\sharedStrings.xml

         -- Excel表格中所有的字符串

    4)关于Cell内容

         \xl\worksheets\sheet1.xml

         第一种:有公式的

           -- 表格内容

           --  首行

           --  编号为AG1的单元格

           --  公式

           --  默认值

         第二种:无公式的

         标签中的值,为这个字符串在\xl\sharedStrings.xml中的序号



你可能感兴趣的:(Open,Xml)