Week_Num4

November 29, 2025 0

  function main(workbook: ExcelScript.Workbook) {   // Get the table by name   let table = workbook.getTable("tbl_Auto");   // Add...

Weeknum3

November 29, 2025 0

  function main(workbook: ExcelScript.Workbook) {   // ====== CONFIGURE THESE ======   const tableName = "tbl_Auto";           // ...

Weeknum2

November 28, 2025 0

function main(workbook: ExcelScript.Workbook) {   // 👉 Change these if needed   const tableName = "Table1";   const dateColumnNam...

Week Num1

November 28, 2025 0

 function main(workbook: ExcelScript.Workbook) {   // 👉 Change if needed   const tableName = "Table1";   const dateColumnName = ...

convert date

November 26, 2025 0

 formatDateTime(   addSeconds(     addDays('1899-12-30', int(items('For_each_2')?['Date'])),     int(86400 * (float(...

Theme images by tjasam. Powered by Blogger.