I need to save certain range of cells as html.
I use Workbook.Save Xlsx file as html: workbook.Save(fs, htmlOptions);
Save as HTML method does not work.
25.3.0 - Works correctly
25.4.0 - Does not work
var input = @"…...Save xlsx file as html: workbook.Save(fs...work var input = @"C:\input.xlsx"; var output = @"C:\output.html";...