Skip to content

Broken CSV #164

@erperejildo

Description

@erperejildo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions