第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

SpreadsheetLight 更新 Excel 文件

SpreadsheetLight 更新 Excel 文件

C#
烙印99 2023-07-22 18:26:30
我想讀取 Excel 文件,然后找到正確的行并向該行添加一個(gè)值,但我收到一條錯(cuò)誤消息文件已被另一個(gè)進(jìn)程使用。我已將文件添加到 FileStream,所以我不確定為什么會(huì)收到此錯(cuò)誤?System.IO.IOException:“進(jìn)程無(wú)法訪問(wèn)文件 'D:\repos\FHIRVal\Update.xlsx',因?yàn)樗诒涣硪粋€(gè)進(jìn)程使用?!眕ublic static int UpdateExecelFile(string id, string status)    {        string FilePath = "D:\\repos\\FHIRVal\\Update.xlsx";        using (SLDocument sl = new SLDocument())        {            FileStream fs = new FileStream(FilePath, FileMode.Open);            SLDocument sheet = new SLDocument(fs, "Sheet");            SLWorksheetStatistics stats = sheet.GetWorksheetStatistics();            for (int j = 1; j < stats.EndRowIndex; j++)            {                var value = sheet.GetCellValueAsString(j, 2);                if (value == id)                {                    Console.WriteLine(string.Format("{0} --- {1}", "Updating File", id));                    string updateRow = string.Format("{0}{1}", "C",j);                    sl.SetCellValue(updateRow, status);                }            }            sheet.SaveAs(FilePath);            fs.Close();        }
查看完整描述

1 回答

?
縹緲止盈

TA貢獻(xiàn)2041條經(jīng)驗(yàn) 獲得超4個(gè)贊

我的順序不正確,我需要在 Sheetsaveas 之前有 fs.close 。



查看完整回答
反對(duì) 回復(fù) 2023-07-22
  • 1 回答
  • 0 關(guān)注
  • 190 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)