Link to home
Start Free TrialLog in
Avatar of MadIce
MadIce

asked on

Export query results to bookmark in a word doc with JavaScript

Is there a way in JavaScript to take query results and export to a bookmark in a word doc? I have these bookmarks in tables and fields.
Avatar of leakim971
leakim971
Flag of Guadeloupe image

why doing this with JavaScript ?
If  you query is on server side, this is typically a server side task
Avatar of MadIce
MadIce

ASKER

I'm limited on what I can use. I'm not positive and new to use of JavaScript, but wouldn't the word doc be client side? Pulling the data is not an issue. Just opening the document and exporting to the specific location (bookmark) in the document.
yes, Javascript is not the BEST language to do that.
What are you using server side ? PHP  ? .Net ?
Avatar of MadIce

ASKER

Using JavaScript, ColdFusion, SQL Server.
ASKER CERTIFIED SOLUTION
Avatar of MadIce
MadIce

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
so went with whole different approach.

could you describe it? thanks
Avatar of MadIce

ASKER

Yes, for now. I'm exporting data to excel and running the code in a desktop app. We want to move away from Word anyways. Make the whole process online.