Hi Experts,
I am using ReportEngine SDK from BOX 3.1 where I want to save a report/document to a file in CSV format using code like below, it throws me an exception.
Code Use: BinaryView view = (BinaryView)documentInstance.getView(OutputFormatType.CSV);
Throws Exception: outputFormat: You can only view documents in HTML, Adobe Acrobat, or Microsoft Excel format. (Error: RWI 00011)
Is there a workaround where I can save the report to CSV or TEXT? I cannot find TEXT format either when I try OutputFormatType.TXT. Using XLS is not an option for us because excel has a limit number of rows.
Please help!