Lägger in en knapp för CSV-export bredvid knappen för excel-export i kontoöversikterna
< Feedback op CSV-export för Handelsbanken
I'm not sure if you're still developing this, but to get your script working I had to update the number of tables to skip from 5 to 6, on line 60:var transactionsTable=iframeDocument.querySelectorAll("body > form > table")[5];needs to be:var transactionsTable=iframeDocument.querySelectorAll("body > form > table")[6];
var transactionsTable=iframeDocument.querySelectorAll("body > form > table")[5];
var transactionsTable=iframeDocument.querySelectorAll("body > form > table")[6];
Log in om antwoord te geven.
I'm not sure if you're still developing this, but to get your script working I had to update the number of tables to skip from 5 to 6, on line 60:
var transactionsTable=iframeDocument.querySelectorAll("body > form > table")[5];
needs to be:
var transactionsTable=iframeDocument.querySelectorAll("body > form > table")[6];