Open ysimenya opened 10 months ago
Pylightxl Version: 1.61 Python Version: 3.11
Summary of Bug/Feature: Worksheet.ssd() doesn't read all columns
Worksheet.ssd()
Traceback: Given a table with:
{ 'keyrows': ['Xy1', ..., 'Xyz8'], 'keycols': ['ABC1', ..., 'ABC37'] <-- Issue here }
Suggestion for fix: I will publish a PR that fixes the issue.
Pylightxl Version: 1.61 Python Version: 3.11
Summary of Bug/Feature:
Worksheet.ssd()
doesn't read all columnsTraceback: Given a table with:
Worksheet.ssd()
will return:{ 'keyrows': ['Xy1', ..., 'Xyz8'], 'keycols': ['ABC1', ..., 'ABC37'] <-- Issue here }
Suggestion for fix: I will publish a PR that fixes the issue.