mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-12-02 03:47:41 +08:00
M : after Stream read then setting postion 1
This commit is contained in:
parent
9cdc099d9a
commit
5489c3fb60
@ -24,6 +24,7 @@
|
||||
public static void SaveAs(this Stream stream,object value, string startCell = "A1", bool printHeader = true)
|
||||
{
|
||||
SaveAsImpl(stream,GetCreateXlsxInfos(value, startCell, printHeader));
|
||||
stream.Position = 0;
|
||||
}
|
||||
|
||||
public static void Create(string filePath, object value, string startCell = "A1", bool printHeader = true)
|
||||
|
Loading…
Reference in New Issue
Block a user