From ead4bc713c926d0461c989a2945d72a50c8431c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonz=C3=A1lez-Albo?= <94169588+dg-ac@users.noreply.github.com> Date: Sun, 19 Oct 2025 16:11:59 +0200 Subject: [PATCH] docs: update the section 'managing workbooks' with new info about the left sidebar (#457) --- docs/src/web-application/managing-workbooks.md | 18 ++++++++++++++++++ docs/src/web-application/sharing-files.md | 11 +---------- 2 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 docs/src/web-application/managing-workbooks.md diff --git a/docs/src/web-application/managing-workbooks.md b/docs/src/web-application/managing-workbooks.md new file mode 100644 index 0000000..6d0fc3a --- /dev/null +++ b/docs/src/web-application/managing-workbooks.md @@ -0,0 +1,18 @@ +--- +layout: doc +outline: deep +lang: en-US +--- + +# Managing Workbooks + +All your created sheets can be accessed from the **Workbook Sidebar**. To display it, click the button in the top-left corner of the window. From there, you can: + +- View all existing workbooks, ordered by date (today, last 30 days, and older) +- Create new blank workbooks +- Download the existing workbook as .xlsx +- Pin workbooks to the top of the list +- Duplicate workbooks +- Delete workbooks + +This helps you keep your workbooks organized and makes sharing simple and straightforward. \ No newline at end of file diff --git a/docs/src/web-application/sharing-files.md b/docs/src/web-application/sharing-files.md index e987247..66a04f5 100644 --- a/docs/src/web-application/sharing-files.md +++ b/docs/src/web-application/sharing-files.md @@ -25,13 +25,4 @@ IronCalc makes it easy to share your files with others. Follow these steps to sh When the URL is used to open the sheet, it displays the version of the sheet that was visible when the **"Share"** button was clicked. Please note that **any changes made to the original sheet after sharing will not be reflected in the shared version**. - **Changes in the Shared Version**: - Any modifications made in the shared sheet (even if it’s an existing sheet) will **not** overwrite or affect the original sheet. - -## Managing Sheets - -All your created sheets can be accessed from the **"File"** section in the top-left corner of the window. From here, you can: - -- View all existing sheets. -- Delete sheets as needed. - -This helps you keep your files organized and makes sharing simple and straightforward. + Any modifications made in the shared sheet (even if it’s an existing sheet) will **not** overwrite or affect the original sheet. \ No newline at end of file