tessl install tessl/pypi-pyexcel-xlsx@0.6.0A wrapper library to read, manipulate and write data in xlsx and xlsm format
Agent Success
Agent success rate when using this tile
76%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.38x
Baseline
Agent success rate without this tile
55%
Generated
Agent Claude Code
Scenario 1
Round-trip preservation of formulas and numeric formatting
Scenario 2
pyexcel IO plugin registration (file/memory/content)
Scenario 3
get_data/save_data helpers for xlsx/xlsm
Scenario 4
Book/Sheet wrapper for cell edits and sheet creation
Scenario 5
In-memory BytesIO handling and file_content support
Scenario 6
Skip hidden rows and columns when loading
Scenario 7
Hidden sheet inclusion toggle
Scenario 8
Paginated reads with row/column offsets and limits
Scenario 9
Ordered sheet reading with datetime/time preservation
Scenario 10
Write-only workbook creation from sheet dictionaries