English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a schedule saved in an excel spreadsheet, I need the exact schedule in a html table. I tried to "save as" in Excel but the file was over 20mb, i have searched the web and can only find VBA and "buy my product" stuff. Any ideas?

2007-03-01 07:44:12 · 4 answers · asked by bluemazdatruck1995 5 in Computers & Internet Software

Great, i did the " sekection" and it worked. File size is only 100k.

Thanks

2007-03-01 07:58:22 · update #1

4 answers

In Excel, highlight the section you want to save, then use the "Save as Web Page" option under File, and make sure to click on the Selection radio button instead of the default Entire Workbook radio button

2007-03-01 07:52:17 · answer #1 · answered by timneilson 2 · 0 0

sure, but it takes some assembly.

start in the column just beyond the last filled data column.

type the following
=concatenate("",a1,"",b1 ,"",(include all of your columns with these dividers and then at the last),j1,"

copy this completed monstrocity and the paste it in all of the rows of this single column down the page to the row where your data stops. It will produce the Table row and cell info for your webpage.

Now go to note pad and type the following











Then paste your entire column where the comment is located. You can then adjust your style and other details here.

save the file as an html file (remember to change the pulldown from txt to all files in notepad

Then open the file in a browser and check the data.

2007-03-01 15:58:26 · answer #2 · answered by Jason W-S 4 · 0 0

1) If you can convert the worksheet to a pdf (pdf creator apparently included with newer versions of Office, or get a free one); that can MAYBE be attached to or included in your html file
2) make sure you aren't trying to save more than one sheet (20MB sounds REALLY large; is it a multi-sheet workbook?
3) I have cut/pasted xls tables into email messages, I THINK I was using html format.

If none of these help, then maybe someone else can! Good Luck

2007-03-01 16:00:47 · answer #3 · answered by Dave H 1 · 0 0

do you have frontpage or dreamweaver? if you do, just copy the table and paste it to the design view of any of those two programs.. then just save your work.. the file should be smaller, but it still depends on how big that schedule is of yours..

2007-03-01 15:54:09 · answer #4 · answered by klutzy 3 · 0 0

fedest.com, questions and answers