Thanks Daniel!

I'm new to javascript in general. I have downloaded
http://excelbuilderjs.com/index.html but can you please provide some inputs
on how to include this in my tomcat project.

Do I need to install it as mentioned on the site
--------

Install Grunt:

npm install -g grunt-cli

Install dependencies:

npm install

Combine & uglify:

grunt requirejs


OR can I include just the Distributables in my js folder
---------------
excel-builder.compiled.js -> All files in the EB package + Underscore

excel-builder.dist.js -> All files in the EB package + Underscore, with no
need for external AMD provider (Web worker will not function in this build).

On Thu, Aug 20, 2015 at 8:24 AM, Daniel Buttery <
[email protected]> wrote:

> Hey Rishu. I'm afraid I don't have a full answer for you, but I just
> wanted to point out that in the above you're not actually outputting to an
> Excel file, you're creating a CSV file and both are very different. CSV
> files are plain text and do not support multiple sheet, so you will need
> another method for generating a true Excel file.
>
> A quick Google came up with http://excelbuilderjs.com/ which is a library
> that should help you generate a true Excel file. Hope that helps.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Visualization API" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-visualization-api/QXCfQSnmVg4/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/906ba64a-fdf9-4958-a12d-51d232c8dff5%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/906ba64a-fdf9-4958-a12d-51d232c8dff5%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Regards
Rishupreet

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CA%2BzX6%2BZpz4pZPAkpbZG8FDq6bZ1%3D3GT4dqO9Z%3DiYPQMhP1hCQg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to