Files
IronCalc/docs
Brian Hung dd4467f95d date time functions (#425)
* merge networkdays, networkdays.intl #33

* merge time, timevalue, hour, minute, second #35

* merge datedif, datevalue #36

* merge days, days360, weekday, weeknum, workday, workday.intl, yearfrac, isoweeknum #41

* from excel helper

* fix build

* date time macros

* de-dupe weekend

* serial helper

* de-dupe now today

* weekend pattern enum

* remove unused clippy wrong self

* fix docs

* add test coverage

* fix build

* fix cursor comment

* PR coments + xlsx date time
2025-10-19 10:19:19 +02:00
..
2025-10-19 10:19:19 +02:00
2025-07-18 06:27:42 +02: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