from ironxl import *
# Supported for XLSX, XLS, XLSM, XLTX, CSV, and TSV
workbook = WorkBook.Load("sample.xlsx")
# Select worksheet at index 0
worksheet = workbook.WorkSheets[0]
# Get any existing worksheet
first_sheet = workbook.DefaultWorkSheet
# Select a cell and return the converted value
cell_value = worksheet["A2"].IntValue
# Read from ranges of cells elegantly.
for cell in worksheet["A2:A10"]:
print("Cell {} has value '{}'".format(cell.AddressString, cell.Text))
# Calculate aggregate values such as Min, and Sum
total_sum = worksheet["A2:A10"].Sum()
Easy and Lightweight Hosting
Run IronSecureDoc on a local machine or hosted server using Docker and plug in from any code or no-code framework.
Effortless Document Compliance for Your Business.
IronSecureDoc is the solution to your out-of-control SaaS billing with on-site Document Management and Processing services. With straightforward pricing and easy set-up, you can focus your system and service, rather than scaling annual SaaS bills.