gabriel-vasile / mimetype

A fast Golang library for media type and file extension detection, based on magic numbers
https://pkg.go.dev/github.com/gabriel-vasile/mimetype#pkg-overview
MIT License
1.67k stars 163 forks source link

Add support for Opendocument chart and chart template file format #126

Open gabriel-vasile opened 4 years ago

gabriel-vasile commented 4 years ago

1) Specify the MIME type and extension for which to add support application/x-vnd.oasis.opendocument.chart, .odc application/vnd.oasis.opendocument.chart-template, .otc 2) Share an example file ... 3) Optionally, add a reference to the specification of the file format. https://github.com/apache/tika/blob/86888d9cdf39455bf8bb8dda05e77e790749476b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml#L2085

ibraimgm commented 4 years ago

Can I try this one?

gabriel-vasile commented 4 years ago

Sure!