We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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功能! 这个功能如何实现?
Please attach your issue file by dragging or droppng, selecting or pasting them.
e.g : https://github.com/shps951023/MiniExcel/files/6538107/demo.xlsx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Excel Type
SaveAs方法保存时对于已存在文件不进行覆盖,在原有文件上进行增加!
我有一个文件希望保存一次后,后面有新的数据不会对原有的数据覆盖掉,而是增加到原有的数据后面。
类似CSV的Insert功能!
这个功能如何实现?
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
The text was updated successfully, but these errors were encountered: