turicas/rows

[XLS, XLSX] Use another sheet name if already exists

Open

#185 opened on Aug 15, 2016

 (2 comments) (0 reactions) (0 assignees)Python (136 forks)github user discovery
bughelp wantedplugin

Repository metrics

Stars
 (886 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

rows will try to export sheets with name "Sheet1" but it's going to overwrite if the sheet already exists (in fact, opening the file in wb mode will overwrite it anyway).

Tasks:

  • Create a test for this scenario and fix it (could be based on plugin SQLite's table name test, which already has this feature);
  • Check if the problem of opening the file as wb occurs in other plugins also and create new issues if needed.

Contributor guide