Frends.Excel.ConvertToXML / 2.0.0
Summary
Reads a workbook and emits XML, going through the file's cell values rather than needing Excel installed on the agent.
Typical use — spreadsheet input headed for an XSLT or schema-validation step
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-10
Change
- Documentation updates
1.0.02022-02-24
Added
- Initial implementation