-
Notifications
You must be signed in to change notification settings - Fork 586
Closed
Description
I'm trying to open a csv file that I can successfully open from my phone. Tried suggested options I found
final result = await OpenFile.open(
externalStorageDirectory.path + '/portfolio_info.csv',
type: 'text/csv',
uti: 'public.comma-separated-values-text',
);
OpenFile.open(
externalStorageDirectory.path + '/portfolio_info.csv',
type: "application/vnd.ms-excel",
uti: "com.microsoft.excel.xls");
print(result); // the message is "done"
It asked for the app to open it (which is the same one I use to open it from the tree) and shows the file is broken when it's not true
Metadata
Metadata
Assignees
Labels
No labels