Skip to content

Export hook for civicrm to generate directly excel instead of csv

Notifications You must be signed in to change notification settings

tttp/civi_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A software company that produces the dominant speadsheet software has been highly creative as what the "C" in "CSV" stands for. In a french version of Excel, it expects as ";" as separator, but a "," in a US version.

Moreover, the charset is always implicit and never UTF-8. To add insult to injury, there isn't any way for the end user to choose what is the charset.

Bottom line, you can't generate a csv that would be always properly read by the dominant speadsheet. That's almost as if done on purpose to make harder to communicate with the "outside" world. Who would be deviant enough to do that on purpose?

Long story short, the dominant spreadsheet is able to convert from an html table into its internal format with minimum complaints, hence bypassing all these csv joy.

Kurund has implemented a hook during the code sprint in Bristol and by enabling this module, you export into that format instead of csv, making the magic possible and the dream true.

X+

About

Export hook for civicrm to generate directly excel instead of csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published