Releases: microsoft/connected-workbooks
Releases · microsoft/connected-workbooks
Server Side compitabilty And Bug fixes
What's Changed
- update readme by @myk93 in #120
- Fix cross platform compatibility by @myk93 in #125
- Fix table Reference by @myk93 in #124
- Fix closeing square bracket by @myk93 in #128
- Add Node-Side Test Execution by @myk93 in #127
- Preventing to many Characters in Cell by @myk93 in #118
- Custom xml by @myk93 in #126
- Fix headers lower case by @myk93 in #129
v3.3.0-beta – Custom Table/Sheet Names & Flexible Table Positioning
This beta release introduces user-defined table and sheet names, as well as support for placing tables at arbitrary positions within a sheet (no longer restricted to cell A1). These enhancements significantly improve customization and usability during workbook generation.
v2.1.25 - Export to excel table and advanced power query capabilities release
- Fundemental "Export to Excel" capabilities for tabular data (landing in a table in Excel) -
generateTableWorkbookFromGrid data or Html table. - Advanced capabilities of "Export a Power Query connected workbook"
Allows for initial data population.
Query naming - Control Document Properties as author name and file description.
- Various bug fixes and security patches.
v1.0.0 - Initial Release
generateSingleQueryWorkbookAPI, creating a workbook with a query named Query1 loaded to a Query Table, optionally refreshed on file open.- Experimental - optionally based on a workbook passed as a template base64, limited to support workbooks with a single query named Query1, can be loaded to a Pivot Table as well.