markus
|
| Posted: 07/10/2001, 7:26 PM |
|
hi all,
I would appreciate some tips on the best method of creating spreadsheets from
MySQL using CodeCharge.
Shold each entry just have a specific month/year code? o r can someone
suggest a good way to do this?
I should mention it has to run as .ASP files on a Linux Server(Chili!Soft),
so it can't interface to any reporting packages as far as I know.
thanks
markus
==============================================================
Posted with Hogwasher. Mac first, Mac only:
http://www.asar.com/cgi-bin/product.pl?58/hogwasher.html
==============================================================
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 07/11/2001, 4:30 AM |
|
You can output data in CSV format so that
it will run excel to view it.
Use http header to let browser know that it should use Excel.
But it's not a spreadshit still.
--
Alex
markus <mbuddy@removeme.mac.com> wrote in message
news:01HW.B771F661000AFB7510438A40@news.codecharge.com...
> hi all,
>
> I would appreciate some tips on the best method of creating spreadsheets
from
> MySQL using CodeCharge.
>
> Shold each entry just have a specific month/year code? o r can someone
> suggest a good way to do this?
>
> I should mention it has to run as .ASP files on a Linux
Server(Chili!Soft),
> so it can't interface to any reporting packages as far as I know.
>
> thanks
>
> markus
>
> ==============================================================
> Posted with Hogwasher. Mac first, Mac only:
> http://www.asar.com/cgi-bin/product.pl?58/hogwasher.html
> ==============================================================
>
|
|
|
 |
markus
|
| Posted: 07/11/2001, 4:33 PM |
|
It's got to be viewable from the web for people who don't necessarily use
Microsoft products.
Markus
On Wed, 11 Jul 2001 21:13:12 +1000, Alexey Alexapolsky wrote
(in message <9ihdbm$lcc$1@news.codecharge.com>):
> You can output data in CSV format so that
> it will run excel to view it.
> Use http header to let browser know that it should use Excel.
> But it's not a spreadshit still.
>
> --
> Alex
>
==============================================================
Posted with Hogwasher. Mac first, Mac only:
http://www.asar.com/cgi-bin/product.pl?58/hogwasher.html
==============================================================
|
|
|
 |
|