Excel Rest API templates

VL10
Tera Expert

Hi,


I'd like to extract some data to Excel, like for my CMDB Application list, to make it easier for people to access.   I don't want to reinvent the wheel, is there anywhere I can obtain some templates from that I can extend?

Rest API Explorer doesn't generate VBA code otherwise I could have used that.

 

2 REPLIES 2

Roger Poore
Tera Guru

So you want to write some code inside of Excel to get data from ServiceNow?  Just wondering what the need for VBA is.  Rest API Explorer has a template for PowerShell and you can interact with Excel over COM with PowerShell.  

Another approach might be to use the ServiceNow ODBC driver and access ServiceNow data through Excel that way.  Seems doable.  No promises.

 

 

Amit Verma
Kilo Patron
Kilo Patron

Hi @VL10 

 

Do you want to extract data from ServiceNow tables in an excel file ? If yes, you can make use of Export functionality being offered OOB from ServiceNow. Please refer below snip :

 

AmitVerma_0-1705038012353.png

 

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.