You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: bump version to 0.5.2, enhance save functionality to support in-memory operations and improve README with new examples for saving without disk access
Copy file name to clipboardExpand all lines: llm.txt
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
Using xpyxl with xlsxwriter (external agents)
2
-
- Install: dependency declared as `xlsxwriter>=3.1.0`. Import `import xpyxl as x`.
3
2
- Build: compose nodes (no coordinates) then save with the engine you want: `x.workbook()[x.sheet("Demo")[...]].save("out.xlsx", engine="xlsxwriter")`.
- Table inputs: sequence of sequences, sequence of dicts (header from keys), or dict-of-lists (columns zipped). `header_style=[...]`, `style=[...]`, `column_order=[...]`.
@@ -10,10 +9,26 @@ Precomputed styles (combine in `style=[...]`)
0 commit comments