Bytescout.XLS for .NET
|
Bytescout.XLS library for .NET
How to use Bytescout.XLS to read date (datetime) values cells in existing XLS spreadsheet document This source code sample demonstrates how to read datetime date values from cells in existing Excel spreadsheet (XLS) file with Bytescout.XLS library for .NET Download example source code: bytescoutxls_read_date_time_from_cell.zip (8 KB) Screenshot of console output while reading datetime values from cells from existing XLS spreadsheet:
using System; namespace HelloWorld // Get worksheet by name // Check dates // Get days // Convert to DateTime // Write Date // Close document // Write message // Wait for user input } Download example source code: bytescoutxls_read_date_time_from_cell.zip (8 KB) First steps tutorials: |
|
|
||