Import Word Table to Spreadsheet

Can I use Aspose.Cells to import a table in Word? I originaly needed to import an HTML table, but I have found a way to first convert it to Word. I was hoping that I could then convert it to Excel using Cells.

Hi,

Well, I think you may export the table's data (in Word) to fill a data table or array and then user Aspose.Cells APIs to import datatable or array using Cells.ImportDataTable() or Cells.ImportArray() / ImportObjectArray() method. But, it is to be noted, you have to format the table in the Excel file using Aspose.Cells APIs.

Moreover, Importing html is not supported yet (we will support it soon) although you can export excel file to .html format using Aspose.Cells APIs.

Thank you.