Bytescout.XLS for .NET
|
Bytescout.XLS library for .NET
How to write a formula into a cell in the Excel spreadsheet generated by Bytescout.XLS library This source code sample demonstrates how to write formula into a cell in a new excel spreadsheet made with Bytescout.XLS library for .NET Download example source code: bytescoutxls_write_formula_into_cell.zip (2 KB)
using System; namespace HelloWorld // add new worksheet // headers to indicate purpose of the column Sheet.Cell("B1").Value = "Formula (calculated)";
// save generated XLS document into new file // open generated document in Excel (if installed) } Download example source code: bytescoutxls_write_formula_into_cell.zip (2 KB)
Documentation online: view (separate window) |
|
|
||