turicas/rows

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

オープン

#185 opened on 2016/08/15

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (136 件のフォーク)github user discovery
bughelp wantedplugin

Repository metrics

Stars
 (886 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド