officejs 0.4.0 officejs: ^0.4.0 copied to clipboard
Unofficial Office.js (https://github.com/OfficeDev/office-js) wrapper for Flutter/Dart
0.4.0 #
- added getCell, getRangeByIndexes to Worksheet
- added Range class
- fixed superclasses for Worksheet, Range, Workbook - now they all depends from the ClientObject as it is in Excel API
- added trackedObjects to RequestContext
0.3.1 #
- added name property for Excel Workbook
0.3.0 #
- added basic outlook context with mailbox.
0.2.0 #
- chore: set dart low boundry to 2.18.0
0.1.0 #
- Inital release.