I want to pass the current document (excel file) opened to API.
I tried finding on ways to do it but I found out this which is only for word and power point and this which is for reading specific data from excel. Any idea on how can I achieve that?
I am new at this and not sure where to look.
Thanks for the help in advance.
Related
I have been trying to find a way to get hyperlinks added into the data pulled from a website. I have tried using //#href combining this into the formula, but have not had any success.
I have also tried pulling the URL from the website in a separate sheet to try and combine the 2 lots of data but again no success.
I'm sure there must be an easy solution to this but having minimal knowledge on excel has made it tricky!
The link to a copy of the spreadsheet is below, and the formula I am currently using to pull data into google sheets is below but has no URL attached to the information when pulled.
=transpose(IMPORTXML(B1,"//div[#id='page-box']/div[2]/ section/div"))
https://docs.google.com/spreadsheets/d/1hiQ5EeGEgQC7kPApCUyR3r_uZb31MVDzdiffqApDdGE/edit?usp=sharing
Hopefully someone can help with this solution. thanks in advance.
Try
=importxml(url,"//div[#class='alphabet__list-column']//a/#href")
edit:
use following xpath
//span[#class='alphabet__list-letter']|//div[#class='alphabet__list-column']//a/#href
to retrieve also the letter
I am required to download and print loads of documents, which are then required by other departments. E.g. Invoice in pdf format.
Thereafter, I use excel to note my 'printing records' such as below:
Sometimes, I recorded them erroneously which have heavy implications! E.g. I recorded '1' even though I have not printed the document.
I wish to know if there is any way to automate this process?
P.S I only have basic VBA knowledge so I apologize in advance for asking such a mediocre question!
I couldn't seem to find a solution on the net too.
I'm trying to write a macro in excel which allows me to print one of the tabs in my document. I would like to print a key which I have on the first page on all the other pages aswell without copying & pasting the key into each page. Is it possible to do this? I tried using Page Layout-Page Setup- Print titles but it didn't work out for me.
Any help would be greatly appreciated!
Best regards,
Ryan Haughey
I'm working on a project where I'm pulling a bunch of information out of a Drupal MySQL database and putting it in a Google Spreadsheet. My problem is that its a lot of data, and I'd prefer to put it all in one spreadsheet, sorting everything by sheet.
I'm not seeing anyway to add a sheet to a spreadsheet nor navigate between existing sheets. Anyone have any idea how to do this? I'd like to this in PHP, and if that doesn't work, Python.
Thanks for your help,
--Scott
This may help
http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#CreatingWorksheets
It's for Protocol/Java though.
Here you go:
https://developers.google.com/apps-script/class_spreadsheet#insertSheet
I guess, you first stumbled along a very similar URL:
https://developers.google.com/apps-script/class_spreadsheetapp#create
I would like to convert data from infopath form to excel spreadsheet through code.
I know you can export the data using the feature in infopath, but I am interested in doing this through code (like a part of a workflow).
Can anybody suggest a way for doing this or a possible starting point?
Thanks.
You can convert the xml data from the form to excel format.
Check this-XMl to Excel
Or, if you're looking for something more advanced, check out http://openxmldeveloper.org/