<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Export all sheets as CSV"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135762#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Export all sheets as CSV"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135762">bug 135762</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>Fwiw, there's a Python utility xlsx2csv that lumps together all sheets into one
CSV file. Whether that's actually useful is debatable..

pip3 install xlsx2csv
xlsx2csv -a file.xlsx > file.csv

See also <a href="https://github.com/dilshod/xlsx2csv">https://github.com/dilshod/xlsx2csv</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>