So I need some advice, I made a spreadsheet in excel that does nearly all I wanted it to do, basically it accomplished the following:

Take info from an xml feed and would integrate it into my sheet

I did a bunch of ADO stuff to integrate static download tables so I wouldnt need to open them up... they are MASSIVE tables so they would bog down excel any time I would try to open them up along with my main sheet

Then it would basically just do a whole lotta comparing cells and I would also have it do some graphs of the data.

The only thing I didnt have time to figure out yet was adding some JSON feeds into the sheet.



So that being the basics of what it did, and I'll admit some of it was complex usage of a mix of those things, but anyway I decided that I would like to offer that stuff in a webapp


I pretty much know the basics of VBA, Im no great expert at it by any means but I can usually figure out most my own problems with google and puzzling things out for myself.

I am about the same with HTML and CSS I know absolutely no javascript, and know enough php to get myself in trouble.


That being said, I plan on using this webapp as an excuse to learn more about programming some languages.... would you recommend php for what I need? or a diff language to write my webapp

the webapp will need t o use xml and json feeds



Thanks in advance for any advice