Francisco Riveros
Francisco Riveros
Hi, I have run the lib, but I found this error: > > /Users/friveros/anaconda3/lib/python3.6/site-packages/compoundfiles/reader.py:301: CompoundFileHeaderWarning: transaction signature is non-zero (2) > 'transaction signature is non-zero (%d)' % txn_signature)) Thanks!
Hi, I am extracting some content from html and storing the html extracted in markdown format (I need to do this due internal search engine issues with html) so then...
Is there a way to stop the read until I have finished a preprocessing task? new XLSX() .extract("../excel_source/Software List_1.2.xlsm", { sheet_name: "Products", ignore_header: 0 }) // or sheet_name or sheet_nr...