Frends.Excel.ConvertToCSV / 2.0.0
Summary
Reads a workbook and flattens it to CSV, going through the file's cell values rather than needing Excel installed on the agent.
Typical use — getting a spreadsheet a person produced into a form a system can load
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.
1.1.02026-01-22
Fixed
- Open Excel files with FileAccess.Read to support read-only files
1.0.22023-08-01
Fixed
- Fixed Options.ShouldReadSheet method to check if the Sheet name equals to the given name.
1.0.12022-08-05
Change
- Documentation updates
1.0.02022-02-24
Added
- Initial implementation