在實時環境中測試
在生產環境中測試且無浮水印。
在您需要的地方運行。
using IronXL;
using System;
using System.Linq;
// Supported for XLSX, XLS, XLSM, XLTX, CSV and TSV
WorkBook workBook = WorkBook.Load("sample.xlsx");
// Select worksheet at index 0
WorkSheet workSheet = workBook.WorkSheets[0];
// Get any existing worksheet
WorkSheet firstSheet = workBook.DefaultWorkSheet;
// Select a cell and return the converted value
int cellValue = workSheet["A2"].IntValue;
// Read from ranges of cells elegantly.
foreach (var cell in workSheet["A2:A10"])
{
Console.WriteLine("Cell {0} has value '{1}'", cell.AddressString, cell.Text);
}
// Calculate aggregate values such as Min, Max and Sum
decimal sum = workSheet["A2:A10"].Sum();
// Linq compatible
decimal max = workSheet["A2:A10"].Max(c => c.DecimalValue);
探索程式碼並運行它以查看範例PDF
無需信用卡
您的試用金鑰應該已經在郵件中。試用表單已提交
成功。
如果不是,請聯絡
support@ironsoftware.com
在生產環境中測試且無浮水印。
在您需要的地方運行。
獲得30天的全功能產品。
在幾分鐘內啟動並運行。
您的產品試用期間可完全接觸我們的支援工程團隊
我們產品及其關鍵特徵的現場演示
獲得專案特定的功能建議
所有問題都會得到解答,確保您擁有所需的所有資訊。(絕無任何承諾。)
找不到嗎?查看您的垃圾郵件資料夾。
預約一次無義務的諮詢
預約一個30分鐘的個人演示。
無合同,無卡資訊,無承諾。
