Convert Excel to HTML with Sort and Filter

write2dgray

New Member
Joined
Oct 16, 2007
Messages
1
I need to convert an Excel file to html with the ability to sort and filter the table produced. I would need this table to be viewable in Firefox and IE when loaded on a webpage.

Is there any software out there to do this or a method to add these features? An optimal solution would be one that allows me to modify/update the tables and apply to other tables without too much braindamage, i.e. export excel to html with autosort and autofilter of top row already there or add autosort and autofilter to html table.

Thanks in advance for any help!

- David
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
if it is any help i did something a good few years back, to output results from a road race to HTML, where you can click on the column headers to sort by that column

the data ws extracted with a VBA macro and it contained a few lines of javascript which did the sorting along with some stylesheets, and other XML stuff

I think I still have it at home, in the mean time do a search on google for "data islands"
 
Upvote 0

Forum statistics

Threads
1,223,277
Messages
6,171,148
Members
452,382
Latest member
RonChand

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top