Page 1 of 1

export report to Excel spreadsheet

Posted: Tue Sep 18, 2012 10:26 am
by forgot
Hello,

Is it possible to export report to Excel spreadsheet?

There are couple of accounting document that nuBuilder must create for each company operations. In order of our law document mast contain a lot of information. For me it's tremendous work for represented all of them in nuBuilder report format especially foresee each unordinary situation. So it will be easier if bookkeeper create report then export it to Excel and then format how she likes.

Maxim

Re: export report to Excel spreadsheet

Posted: Tue Sep 18, 2012 1:02 pm
by zazzium
I'm sure its not that easy.
you can use export feature in Add Activity form to get csv file. (only data)

For excel files I use this brilliant class
http://phpexcel.codeplex.com/
With the class you can generate very specific and complex excel files.
You can eaven use .xls templates and populate them with data.

you can use it in the Add Activity Procedure section and call it anywhere with runIt('pCode').

Re: export report to Excel spreadsheet

Posted: Wed Sep 19, 2012 12:18 pm
by forgot
Thank you a lot!

Brilliant tool! And easy for understanding.
With big power in it. It even can create Excel from template!

Maxim

Re: export report to Excel spreadsheet

Posted: Fri Sep 21, 2012 8:12 am
by admin
.