I'm writing an MAUI application that runs on Windows and Android
I've created xls file with complete data.
In wpf user used to select format (PDF / XLS) along with location and filename for saving.
How can I achieve the same in MAUI for both platforms.
Thanks in advance
Amit Saraf