Custom Views in Excel file

Greetings ! Liked the product so far.
How to read custom views in excel document using Aspose Cells in .NET ? Any suggestions or links to documentation.
Thank you
Venkat

@tipirneni,

Aspose.Cells currently supports to get/set the following view types via Worksheet.ViewType attribute:

  1. Normal view
  2. Pagebreak view
  3. PageLayout view

also, see the sample line of code:
worksheet.ViewType = ViewType.PageLayoutView;

We are evaluating custom views further. In the mean time, could you please share your sample Excel file containing your desired custom views and we will evaluate if we can read via Aspose.Cells APIs.

PS. please zip the file prior attaching it.