tools icon indicating copy to clipboard operation
tools copied to clipboard

feat(mime): add `gsheet` default extension to map

Open ziqq opened this issue 1 year ago • 3 comments

  • Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution guidelines below.

  • [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

Related issue #1198

ziqq avatar Nov 20 '24 10:11 ziqq

@ziqq - AFAIU, a .gsheet file cannot be opened directly. Would you mind explaining the use case of this?

mosuem avatar Apr 17 '25 12:04 mosuem

@ziqq - AFAIU, a .gsheet file cannot be opened directly. Would you mind explaining the use case of this?

Hello @mosuem, Yes i can. U can use mime.lookupMimeType to check files 'my_file.gsheet' of google sheets to get there mime type.

ziqq avatar Apr 21 '25 07:04 ziqq

This will probably be addressed in #2063, but leaving it open for now.

mosuem avatar May 05 '25 07:05 mosuem