beancount / beangulp

Importers framework for Beancount
GNU General Public License v2.0
59 stars 23 forks source link

Adds CSV MIME type that compatable with Windows #105

Open Gateswong opened 2 years ago

Gateswong commented 2 years ago

Mentioned by https://github.com/jbms/beancount-import/issues/169.

blais commented 2 years ago

So this mentions excel... not CSV. Why?

hexhexD commented 1 year ago

I think having Excel as the default app for CSV results a MIME of application/vnd.ms-excel (It doesn't happen using other program as default app for CSV extension). I tested this patch and it can recognize CSV with or without Excel installation so I think it's a improvement over the original.