我試圖將NPOI添加到以netcoreapp1.1爲目標的dotnet核心庫中。 我能夠添加到項目,但如果我加入這行代碼 wb = new XSSFWorkbook(inputStream);
我有這樣的錯誤消息 Reference to type 'FileInfo' claims it is defined in 'mscorlib', but it could not be found
我使用NPOI從excel文件導入數值數據。至於閱讀單元格,我有這個問題「不能隱式轉換轉換類型NPOI.SS.UserModel.ICell爲雙重」。 public class Clas {
public double CellValue;
public string CellName;
}
...
public CLAS ClasMaker
我想提取數據表中的一些數據,並且想要發送電子郵件。 但是當我提取數據時,excel在提取的數據之間有很多空白。 未提取的數據使空白行。 當我嘗試使用RemoveRow()函數時,它不起作用,仍然有一個空行。 private void Email()
{
//get the data from database
DataTable data = GetData();