As a part of my application I have to convert excel spreadsheets to HTML files. The Aspose cells library is behaving differently on Mac and Linux, even though I am using JDK1.8 on both.
For mac the HTML converted file contain Sheets and looks more like an Excel document.
But on Linux it pretty much the plain text formatted in a table.
I have attached the sample Excel file I used along with converted outputs on both Mac and Linux.
How can I get it behave same in both environments?