Hi,
We are using aspose.cells to convert excel files to text in java. Suppose a single sheet contains multiple pages, we would like to have line separators in the text files for every new page. How can we achieve this?
In the attached file, there are 92 pages. we want to have line separators in the output text file with the page number as the footer after every new page
we know that iterating through pages in possible in pdf (using Page class). Is it possible in excel sheet?
Can you please share the code to iterate through pages in the sheet?
file_example_XLS_5000.zip (178.8 KB)
We are referring sample code from the below link
Convert XLS to TXT via Java | products.aspose.com