in reply to Re: Generating an Excel Report
in thread Generating an Excel Report
You can mark up an HTML table and apply font and centering options, and also formulas, then save it as .xls, and Excel won't complain. See this snippet for a simple example.
Formulas look like this:
<td x:num x:fmla="=B2+1"></td>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Generating an Excel Report
by Grygonos (Chaplain) on Mar 02, 2004 at 15:49 UTC |