Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SaveAs方法保存时对于已存在文件不进行覆盖,在原有文件上进行增加 #655

Open
4 tasks
ggghpx opened this issue Aug 21, 2024 · 0 comments

Comments

@ggghpx
Copy link

ggghpx commented Aug 21, 2024

Excel Type

    public static void SaveAs(string path, object value, bool printHeader = true, string sheetName = "Sheet1", ExcelType excelType = ExcelType.UNKNOWN, IConfiguration configuration = null, bool overwriteFile = false);

SaveAs方法保存时对于已存在文件不进行覆盖,在原有文件上进行增加!
我有一个文件希望保存一次后,后面有新的数据不会对原有的数据覆盖掉,而是增加到原有的数据后面。
类似CSV的Insert功能!
这个功能如何实现?

  • XLSX
  • XLSM
  • CSV
  • OTHER

Upload Excel File

Please attach your issue file by dragging or droppng, selecting or pasting them.

e.g : https://github.com/shps951023/MiniExcel/files/6538107/demo.xlsx

MiniExcel Version

Description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant