shaunsephton / holodeck

Simple dashboard system.
Other
72 stars 14 forks source link

Avoid sheet name clashes on export, allow overriding of sheet name #21

Closed Rizziepit closed 11 years ago

Rizziepit commented 11 years ago

Metrics can have the same name (or same first 31 characters). It causes a "duplicate worksheet name" exception to be thrown on export. This is solved by appending a counter at the end of the sheet name.

Metric names over 31 characters are truncated on export. Added an export_name field so that a user-friendly sheet name can be specified.

hodgestar commented 11 years ago

We need to poke sheet adding a bit but everything else looks good.

Rizziepit commented 11 years ago

@hodgestar i need to merge now. can improve the implementation tomorrow