turicas/rows

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

開放

#185 建立於 2016年8月15日

 (2 則留言) (0 個反應) (0 位負責人)Python (136 個分叉)github user discovery
bughelp wantedplugin

倉庫指標

星標
 (886 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南