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.

贡献者指南