我想使用OpenXMLSDK2.0(CTP)更新图表使用的电子表格中的单元格。我发现的所有代码示例都插入了新单元格。我正在努力检索正确的工作表。publicstaticvoidInsertText(stringdocName,stringtext,uintrowIndex,stringcolumnName){//Openthedocumentforediting.using(SpreadsheetDocumentspreadSheet=SpreadsheetDocument.Open(docName,true)){WorkbookworkBook=spreadSheet.Workboo
我想使用OpenXMLSDK2.0(CTP)更新图表使用的电子表格中的单元格。我发现的所有代码示例都插入了新单元格。我正在努力检索正确的工作表。publicstaticvoidInsertText(stringdocName,stringtext,uintrowIndex,stringcolumnName){//Openthedocumentforediting.using(SpreadsheetDocumentspreadSheet=SpreadsheetDocument.Open(docName,true)){WorkbookworkBook=spreadSheet.Workboo