Skip to content

3.5.1

Compare
Choose a tag to compare
@enekomartinmartinez enekomartinmartinez released this 11 Aug 20:12
· 230 commits to master since this release

Bug fixes

Performance

  • Improve the performance of reading pysd.py_backend.external.External data with cellrange names by loading the data in memory with pandas. As recommended by openpyxl developers, this is a possible way of improving performance to avoid parsing all rows up each time for getting the data (issue 1867 in openpyxl).