Help for this page

Select Code to Download


  1. or download this
    $ perl -Mblib -MDP -MSpreadsheet::Read -we'DDumper ReadData ("sandbox/
    +x-0.9888.xlsx")'
    [
    ...
        ]
    $ env SPREADSHEET_READ_XLSX=Spreadsheet::XLSX::Reader::LibXML perl -Mb
    +lib -MDP -MSpreadsheet::Read -we'DDumper ReadData ("sandbox/x-0.9888.
    +xlsx")'
    XLSX parser cannot parse data:  at -e line 1.
    
  2. or download this
    C:\Tmp> perl -MDP -MSpreadsheet::Read -we"DDumper ReadData ('x-0.9888.
    +xlsx')"
    [
    ...
            merged           => []
            }
        ]
    
  3. or download this
    $ xml_pp < xl/worksheets/sheet1.xml
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    ...
      <pageMargins bottom="0.75" footer="0.3" header="0.3" left="0.7" righ
    +t="0.7" top="0.75"/>
      </worksheet>
    $