Files
IronCalc/docs
Elsa Minsut 480a2d1769 update: adds docs, unit tests and xlsx tests for DATEVALUE and TIMEVALUE functions (#506)
* update: adds documentation for DATEVALUE and TIMEVALUE functions

* update: adds DATEVALUE and TIMEVALUE unit tests

* update: adds DATEVALUE and TIMEVALUE xlsx tests

* update: Date and Time main page links

* update: adds testing for multiple arguments

* update: removes links to example files

* update: removes DATEVALUE and TIMEVALUE xlsx tests
2025-11-06 22:56:14 +01:00
..

IronCalc Docs

This repository contains IronCalc's end-user documentation. Here, you can explore supported features, functions, and more.

Prerequisites

To manage the documentation, we use VitePress, a Static Site Generator (SSG).

First, ensure you have nodejs installed in your system.

Installation

Start installing the required dependencies by changing directory to the docs folder of the IronCalc repository and running the following command in your terminal:

npm install

Running the Project

Start a development instance of the documentation server with:

npm run dev

After running the command, you can view the documentation in your browser at http://localhost:5173 if the port is available. Making changes to the Markdown will automatically reload your browser.

Build the Project

To deploy the project:

npm run build

The project will be build in src/.vitepress/dist