mime icon indicating copy to clipboard operation
mime copied to clipboard

.XLS | .XLSX | .CSV in lookupMimeType

Open wrsilva opened this issue 1 year ago • 2 comments

lookupMimeType is it possible to add support for extensions .XLS | .XLSX | .CSV ?

String mimeType = lookupMimeType('test', headerBytes: file.take(defaultMagicNumbersMaxLength).toList()) ?? '';

mimeType return null

wrsilva avatar Apr 19 '24 17:04 wrsilva