Frends.Excel.Parse / 2.0.0
Summary
Reads a whole workbook into a data set, keeping its sheets separate so a Process can work through them one at a time.
Typical use — multi-sheet workbooks; the convert Tasks are simpler when one flat output is enough
2.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.
Fixed
- Added standardized task error handling and documentation for task inputs, options, and results.
1.2.02026-02-23
Fixed
- Ensure FrendsTaskMetadata.json is included in NuGet package
1.1.02026-01-22
Fixed
- Open Excel files with FileAccess.Read to support read-only files
1.0.02022-03-17
Added
- Initial implementation