在即時環境中測試
在生產環境中無水印測試。
無論您需要它在哪裡運作都可以。
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 分鐘的個人演示。
無須合約、無須卡號、無任何長期綁約。
