Unfortunately I still get errors like: "Sheet2.ChartObjects is not a function
clientRequestId". Anyway you have been really helpful even if I was totally offtopic. thanks a lot!
I tried this way:
function main(workbook: ExcelScript.Workbook) {
declare function require(name: string);
const fs = require('fs');
let Sheet2 = workbook.getWorksheet("Sheet2");
var rang = Sheet2.Range("J2: Q16");
var ch = Sheet2.ChartObjects().Add(rang.Left + rang.Width, rang.Top...
sorry unfortunately I don't have much familiarity with vbscript, but I'm trying to do it. I stopped here:
function main(workbook: ExcelScript.Workbook) {
let Sheet2 = workbook.getWorksheet("Sheet2");
var rang = Sheet2.Range("J2:Q15");
var ch = Sheet2.ChartObjects().Add(rang.Left +...
hello everyone.
I am trying to create a script that extracts the chart (in jpg) from excel in sheet 2.
I need this to create a flow via power automate to populate a word document in sharepoint with the extracted chart.
I'm currently using this script but without results:
// Get chart 1 from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.