hyperlinks.add("A5", 1, 1, "C:\\book1.xls");
在我的eclipse中出現以下錯誤。 Add方法(CellArea,字符串,字符串,字符串)在類型超鏈接是不適用的參數(字符串,INT,INT,字符串) Can anyone help me to resolve my problem ?
我想將一個大的Excel文件拆分爲幾個較小的文件和可訪問的文件。 我已經嘗試過使用此代碼,但這些文件無法訪問: using (System.IO.StreamReader sr = new System.IO.StreamReader("path"))
{
int fileNumber = 0;
while (!sr.EndOfStream)
{
in