Closed willtho89 closed 2 years ago
@FlipperPA is there a reason application/xlsx
was used?
@willtho89 Not in particular, just from years of habit dating back to my PHP days. 👍 This sounds right to me, let's just make sure we still have it properly open the default spreadsheet app with the new media_type
.
Thank you! This has been published to PyPI at 2.2.0
:
according to https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
should be used. Closes #60