EXCEL Library
The EXCEL library is a helpful library for parsing data retrieved from an Excel spreadsheet, writing data to an Excel spreadsheet, or replacing the VBA code in an Excel spreadsheet. It contains the following key functions:
-
EXCELflatwire - takes a table of data and converts it to raw Excel data
-
EXCELparse - parses raw Excel data and converts it into a table
-
EXCELsheet - replaces the VBA code in a .xlsm file
See the Excel Adapter for how to use this library.