Frends.Excel.ConvertToJSON / 3.0.0
Summary
Reads a workbook and emits JSON, going through the file's cell values rather than needing Excel installed on the agent.
Typical use — spreadsheet input that a mapping step will address by column name
3.0.02026-09-02
Changed
- Breaking Replaced
ErrorMessage(string) in the result object with a structuredErrorobject containingMessageandAdditionalInfo. - Added standard failure handling options
ErrorMessageOnFailure. - Updated the task to target .NET 8.
2.2.02026-01-22
Changed
- Open Excel files with FileAccess.Read to support read-only files
2.1.02024-08-21
Changed
- Updated the Newtonsoft.Json package to the latest version.
2.0.02023-03-21
Changed
- Change how the Json is constructed.
- Added CancellationToken to the Task.
- Refactored code to be more simple.
- Added two helper classes Row and Cell.
1.0.12022-08-02
Changed
- Updated the documentation with better descriptions and examples.
Fixed
- Nuget package should not contain the FrendsTasksMetadata.json files.
1.0.02022-03-03
Added
- Initial implementation