MiniExcel
MiniExcel copied to clipboard
SaveAs方法保存时对于已存在文件不进行覆盖,在原有文件上进行增加
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