Skip to content Skip to sidebar Skip to footer
Showing posts with the label Excel

Javascript Api For Office Getrange Method

Is there a way to get a range by row, column, numRows, numColumns? For example: Excel.run(function … Read more Javascript Api For Office Getrange Method

How To Set Custom Settings For Worksheet Using Excel Javascript Api?

I can set settings for whole workbook like here: Office.context.document.settings.set('myKey… Read more How To Set Custom Settings For Worksheet Using Excel Javascript Api?

How To Customize Date Format When Creating Excel Cells Through Javascript (activexobject)?

I'm trying to convert an HTML table to Excel in Javascript using new ActiveXObject('Excel.a… Read more How To Customize Date Format When Creating Excel Cells Through Javascript (activexobject)?

How To Export An Html Table As A .xlsx File

I have a question about exporting an HTML table as an xlsx file. I did some work and now I can expo… Read more How To Export An Html Table As A .xlsx File

Can Office-js Trigger A Vba Workbook Or Worksheet Event Procedure?

I'm trying to see if there is a way to do something in Office-JS that would trigger an event pr… Read more Can Office-js Trigger A Vba Workbook Or Worksheet Event Procedure?

Export Xml To Excel Spreadsheet Using Javascript/classic-asp

I'm trying to export XML data from a web page to a spreadsheet using javascript. So far I'v… Read more Export Xml To Excel Spreadsheet Using Javascript/classic-asp

Proper Way To Export Html Table As Excel File?

What's the correct way to export an HTML table as an Excel file so that the user can click a bu… Read more Proper Way To Export Html Table As Excel File?

Getting The Readystate Of An Xmlhttprequest From Javascript In Vba

I have an Excel file that we keep for things we find around my job. We have to log into a website i… Read more Getting The Readystate Of An Xmlhttprequest From Javascript In Vba