Jump to content

export value to Excel


Madnhain

Recommended Posts

Is it possible to export a single value from a mysql DB into a pre-existing excel spread sheet?

 

I know how to create a spread sheet from php and mysql, but not a single value into a pre-existing excel document cell.

 

here's basically what I'm doing:

 

Creating a financial expense tracking report in php, user will input each expense,  it will keep a running tally of the available funds in user's bank account. The user has an excel spread sheet that requires the current value of available funds and updates a budget forecast according. SO, I need to somehow get the available balance of the bank account (generated by user input) into the pre-existing excel spreadsheet.

 

Any thoughts? I'm totally at a loss.

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/234556-export-value-to-excel/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.