xls2xlsx
xls2xlsx copied to clipboard
Convert xls file to xlsx (in python 3)
Closes #30 set the font to bold, if the weight of the font is equal to 700. According to https://xlrd.readthedocs.io/en/latest/api.html 700 is bold `Font weight (100-1000). Standard values are 400...
* xls2xlsx version: 0.2.0 * Python version: 3.11 * Operating System: Windows ### Description For some reason my (from a third party generated) xls files bold cells are not correctly...
* xls2xlsx version: 0.2.0 * Python version: 3.10 * Operating System: Azure Runbook ### Description converting .xls to xlsx. script (below) works with for say 700k .xls files running in...
Default font and border shouldn't be empty
Cell height and width shouldn't be overridden if it's specified by the user
Sheet name of xls file that contains only 1 html contents should default to the filename, not Sheet1
Sheet name of xls file that contains only 1 html contents should default to the filename, not `Sheet1`. Test case: `Scrambled-file.xls`
Number formats that contain double quotes generate bad styles.xml in the .xlsx file. For example: mso-number-format:"\#\,\#\#0\.00\;\[Red\]\0022-\0022\\ \#\,\#\#0\.00"; generates: (in Scrambled-file.xls)
* xls2xlsx version:0.2.0 * Python version:3.11.4 * Operating System: Windows 10 ### Description I followed the documentation under https://github.com/snoopyjc/xls2xlsx , installed all dependencies , but the package doesn't convert xls...
* xls2xlsx version: 0.2.0 * Python version: 3.10.4 * Operating System: Windows 10 ### Description Certain .xls files won't specify formatting as bold. Instead the sheets use weight = 700....
mht files (and xls files containing mht content) may not be decoded using the correct charset. `htmlxls2xlsx.py` uses the `UnicodeDammit` package from bs4 to decode the contents, which guesses what...