An open API service indexing awesome lists of open source software.

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

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.