Hi Guys,
I want to pull out all text from an excel filing using aspose.cells without saving it in any other format. I did not find easy way to do it just like for aspose.word we can do docx.GetText();
Is there any easy way to do so?
Hi Guys,
I want to pull out all text from an excel filing using aspose.cells without saving it in any other format. I did not find easy way to do it just like for aspose.word we can do docx.GetText();
Is there any easy way to do so?
Well, you may try saving Excel workbook to text format e.g. CSV, Tab delimited or .txt. See the document sections with examples for your reference:
Alternatively, you may export to fill an array or datatable, etc. from Excel worksheet(s), see the document on some data exporting options that Aspose.Cells provides.
Hope, this helps a bit.