Adding code documentation to base/src/actions.rs.

This commit is contained in:
fosdick.io
2024-02-06 13:08:10 -07:00
parent 67e8b0ce14
commit 47fafa1a4e
2 changed files with 104 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
//! This cate reads an xlsx file and transforms it into an internal representation ([`Model`]).
//! This crate reads an xlsx file and transforms it into an internal representation ([`Model`]).
//! An `xlsx` is a zip file containing a set of folders and `xml` files. The IronCalc json structure mimics the relevant parts of the Excel zip.
//! Although the xlsx structure is quite complicated, it's essentials regarding the spreadsheet technology are easier to grasp.
//!