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

https://github.com/datajuggler/exceleratebatchsavedemo

This WinForms .Net 6.0 project requires Visual Studio 2022. The purpose of this project is to demonstrate how to load all data from an Excel workbook, then load one column and parse it into two columns. Next the vertical data is converted to horizontal data as every six rows makes up one Prop object. Finally, the third tab is populated with sorted props, and a demo of saving all 3 sheets in one call with SaveBatch, which writes out the file.
https://github.com/datajuggler/exceleratebatchsavedemo

Last synced: over 1 year ago
JSON representation

This WinForms .Net 6.0 project requires Visual Studio 2022. The purpose of this project is to demonstrate how to load all data from an Excel workbook, then load one column and parse it into two columns. Next the vertical data is converted to horizontal data as every six rows makes up one Prop object. Finally, the third tab is populated with sorted props, and a demo of saving all 3 sheets in one call with SaveBatch, which writes out the file.

Awesome Lists containing this project