Excel’s functions run on Excel’s own calculation engine, so they can’t be executed exactly without Excel. Tools like ExcelRW or grid libraries mainly read/write files, not calculate formulas. To get Excel-equivalent results, you’d need a library that re-implements Excel functions (partial support) or run Excel itself in the background for full accuracy.