Hi Nausherwan,
I’m trying to convert an HTML document with a simple two column table to Excel using Aspose.Cells for Java and having trouble getting it to work. I downloaded the Aspose.Total package in April 2010. I’m not sure what exact version of Cells I have, since it’s not shown in the README, the main page of the javadoc, or the manifest inside the JAR file. Here’s the code I use to open the HTML file, which results in a Workbook with a single empty Worksheet:
Workbook workbook = new Workbook();
workbook.open(“index.html”, FileFormatType.HTML);
Is this the right way to do it?
Thanks,
Matt