turicas/rows

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

Offen

#185 geöffnet am 15.08.2016

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (136 Forks)github user discovery
bughelp wantedplugin

Repository-Metriken

Stars
 (886 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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