Add Excel processing functionality with merge pattern application
Supa-backup / run_db_backup (push) Successful in 1m34s

- Introduced `index.ts` to read an Excel file and apply merge patterns to specified ranges.
- Created `lib.ts` with utility functions for column number conversion and merge pattern application.
- Updated execution counts in `carbone.ipynb` to reflect the new code structure.
This commit is contained in:
Your Name
2026-03-17 11:06:52 -06:00
parent b766cbf125
commit 6a56356c39
3 changed files with 108 additions and 8 deletions
+8 -8
View File
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "76919cba",
"metadata": {},
"outputs": [],
@@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"id": "20231839",
"metadata": {},
"outputs": [],
@@ -68,7 +68,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "9950c1f7",
"metadata": {},
"outputs": [],
@@ -400,7 +400,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"id": "95b24436",
"metadata": {},
"outputs": [
@@ -489,7 +489,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": null,
"id": "caf8bc20",
"metadata": {},
"outputs": [
@@ -520,7 +520,7 @@
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": null,
"id": "929883b9",
"metadata": {},
"outputs": [],
@@ -575,7 +575,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": null,
"id": "29cdb42f",
"metadata": {},
"outputs": [],
@@ -640,7 +640,7 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": null,
"id": "18fec251",
"metadata": {},
"outputs": [