llad / export-for-trello

Chrome extension to export Trello boards to Excel
83 stars 79 forks source link

Replaced worksheet names with hard-coded values instead of being derived... #8

Closed GeekOnIce closed 11 years ago

GeekOnIce commented 11 years ago

... from board name

The board name was being used in the worksheet name, but due to Excel limits (and the use of the 'Archived ' prefix on one tab), that limited the board name length to only 22 characters. Since the file name is the board name already, the board name doesn't need to be duplicated in the tabs - just have a 'Current' tab and an 'Archived' one.

llad commented 11 years ago

Thanks for the fix. I like your idea but also know that some people copy the worksheets from multiple boards into one Excel file. So I have just truncated the name to 22 characters. I also had a lot of cleanup work in flight that I am pushing out at the same time. After a little more testing I will post to the Chrome Web Store.

GeekOnIce commented 11 years ago

OK, that works too - the change in my branch is what I did locally to get around the issue, just thought I'd share it in case you needed it. Thanks!