https://github.com/wqweto/biff12writer
A VB6 library for consuming/producing BIFF12 (.xlsb) spreadsheets
https://github.com/wqweto/biff12writer
biff12 vb6 writer xlsb xlsx
Last synced: 6 months ago
JSON representation
A VB6 library for consuming/producing BIFF12 (.xlsb) spreadsheets
- Host: GitHub
- URL: https://github.com/wqweto/biff12writer
- Owner: wqweto
- License: mit
- Created: 2017-04-13T10:13:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T09:15:59.000Z (over 5 years ago)
- Last Synced: 2025-03-08T20:43:40.405Z (over 1 year ago)
- Topics: biff12, vb6, writer, xlsb, xlsx
- Language: VBA
- Homepage:
- Size: 107 KB
- Stars: 11
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Biff12Writer
A VB6 library for consuming/producing BIFF12 (.xlsb) spreadsheets
2018-08-13 Make some changes to cBiff12Writer.cls,
Added function AddSheet to cBiff12Writer.cls (works only after the previous sheet is complete,
no return to edit more i think. Optional parameter sheetname in function Init and AddSheet.
Some changes to cBiff12Part.cls and cBiff12Container.cls to work with multiple sheets.