Commit ca24b29
Add type hints to xlsx2csv API and update changelog
- Add backwards-compatible type hints to main Xlsx2csv class methods
- Include type hints for __init__, convert, getSheetIdByName, and context manager methods
- Add type hints to convert_recursive function
- Add typing imports with fallback for Python 2.4+ compatibility
- Update changelog with PR #298 fix
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 234f313 commit ca24b29
2 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
45 | 60 | | |
46 | 61 | | |
47 | 62 | | |
| |||
183 | 198 | | |
184 | 199 | | |
185 | 200 | | |
| 201 | + | |
186 | 202 | | |
187 | 203 | | |
188 | 204 | | |
| |||
239 | 255 | | |
240 | 256 | | |
241 | 257 | | |
| 258 | + | |
242 | 259 | | |
243 | 260 | | |
244 | 261 | | |
| 262 | + | |
245 | 263 | | |
246 | 264 | | |
247 | 265 | | |
248 | 266 | | |
249 | 267 | | |
250 | 268 | | |
251 | 269 | | |
| 270 | + | |
252 | 271 | | |
253 | 272 | | |
254 | 273 | | |
255 | 274 | | |
256 | 275 | | |
257 | 276 | | |
| 277 | + | |
258 | 278 | | |
259 | 279 | | |
260 | 280 | | |
261 | 281 | | |
262 | 282 | | |
263 | 283 | | |
| 284 | + | |
264 | 285 | | |
265 | 286 | | |
266 | 287 | | |
| |||
1091 | 1112 | | |
1092 | 1113 | | |
1093 | 1114 | | |
| 1115 | + | |
1094 | 1116 | | |
1095 | 1117 | | |
1096 | 1118 | | |
| |||
0 commit comments