<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018038" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018038</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/excel-javascript#comment-1105860</link>
    <description> &lt;p&gt;Well, this was easily doable in Javascript - just not easily doable by &lt;strong&gt;me!&lt;/strong&gt; &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Gotta love subcontracting!&lt;/p&gt;
 </description>
     <pubDate>Sun, 31 Mar 2002 15:18:27 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1105860 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/excel-javascript#comment-1105715</link>
    <description> &lt;p&gt;ok. This is way too freakin&#039; complicated for my mathematically-challenged, javascript-deficient mind to wrap itself around!&lt;/p&gt;
&lt;p&gt;There aren&#039;t THAT many input fields (perhaps 10?) but the formulae are complex and conditional. Stuff like:&lt;/p&gt;
&lt;p&gt;=IF(D12&amp;gt;MIN(D21,15000),5000,IF(D12&amp;lt;10000,0,MIN(15000,D21)-D12))&lt;/p&gt;
&lt;p&gt;eek!&lt;/p&gt;
&lt;p&gt;I was expecting things like X=(A+B)/C*D&lt;br /&gt;
I would even have a hard time with that!&lt;/p&gt;
&lt;p&gt;Detox, you say that this would be doable in PHP? As of now, I have no idea what the client has lined up for hosting but it looks like I need to go back to the well for funding on this one. Luckily, I didn&#039;t lock myself in on the price for this one.&lt;/p&gt;
&lt;p&gt;taff&lt;/p&gt;
&lt;p&gt;&#039;rithmetic never WAS one of my strong R&#039;s &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Mar 2002 21:01:16 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1105715 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/excel-javascript#comment-1105636</link>
    <description> &lt;p&gt;Seems to me the data driven / server side way of doing this is better. Are you just wanting to apply calculations toa set of returned form fields?&lt;/p&gt;
&lt;p&gt;My solution:&lt;br /&gt;
If so then wrap it up in an ASP/VB class and apply the transformation. That would be a lot faster than incorporating excel plus it would decrease server load....... &lt;/p&gt;
&lt;p&gt;The majority of Users solution:&lt;/p&gt;
&lt;p&gt;PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP!!!!!!!&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Mar 2002 02:02:55 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1105636 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/excel-javascript#comment-1105622</link>
    <description> &lt;p&gt;Yeah, I guess I should elaborate some. There is no data here per se. It is basically a calculation form - plug in a, b, c (and d, e, f, g, h, etc!) to calculate x, y, z.&lt;/p&gt;
&lt;p&gt;My original plan was to just create a form and function from scratch but I somewhat underestimated the complexity of the form. Odds are I&#039;ll just have to bite the bullet and start from scratch but I would hate to do that and THEN find a shortcut &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Mar 2002 22:49:20 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1105622 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/excel-javascript#comment-1105605</link>
    <description> &lt;p&gt;I dunno there Taff. I would think that first you would need to get your excel info into a database, then build a form to the data, which you could use js for. Is this a spreadsheet with a lot of formulas?&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Mar 2002 21:55:20 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1105605 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/excel-javascript#comment-1105604</link>
    <description> &lt;p&gt;Ok I am new here but the way I see it you have 2 options and both would include using some sort of server side language (ie. ASP, PHP, CGI) if you decide you would like to read directly from the Excel database then you could use ASP&#039;s excel data connection at 7host.com:&lt;br /&gt;
&lt;a href=&quot;http://www.7host.com/example_detail.asp?example_id=10&quot; class=&quot;bb-url&quot;&gt;http://www.7host.com/example_detail.asp?example_id=10&lt;/a&gt;&lt;br /&gt;
The other option would be to export your database to a text file and then have the server-side language read the text file. (In ASP you can try 4guysfromrolla.com) At any rate I hope you get what your looking for!&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Mar 2002 21:47:57 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1105604 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
