Pending Review
Last Updated: 20 Dec 2024 13:06 by Sasidhar
Sasidhar
Created on: 20 Dec 2024 13:06
Category: UI for WPF
Type: Feature Request
1
Spreadsheet Export() method should return a boolean stating the export status is sucsess or not

For the Telerik Spreadsheet control, XlsxFormatProvider.Export() API is used for saving the .xlsx file manually without the UI command(Save As dialog) invocation. This API is currently returning a byte stream.

The requirement is that the API should also intimate the user whether the export is successful or not by returning a boolean value.

Note: I think we can implement this requirement at the base level which is for the BinaryFormatProviderBase class or atleast at the FormatProviderBase class.

0 comments