合併儲存格 #677
karaboChen
started this conversation in
General
合併儲存格
#677
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
var mergedFilePath = Path.Combine(Path.GetTempPath(), $"{Guid.NewGuid().ToString()}.xlsx");
var path = @"../../../../../samples/xlsx/TestMergeSameCells.xlsx";
MiniExcel.MergeSameCells(mergedFilePath, path);
這個方法,無法成功。第一個參數是合併後的路徑,第二個是讀取檔案 ,
請問錯誤在哪裡??
Beta Was this translation helpful? Give feedback.
All reactions