PHP Parse Microsoft Excel htm

Thread Solved

Join Date: Dec 2006
Posts: 29
Reputation: jonathan.jbkt is an unknown quantity at this point 
Solved Threads: 0
jonathan.jbkt jonathan.jbkt is offline Offline
Unverified User

PHP Parse Microsoft Excel htm

 
0
  #1
Jul 24th, 2007
I have a client that is hosting his site on my Ubuntu Linux Server. He has some files that he generates from Microsoft Excel as .htm files. I have set Apache to parse .htm files with the PHP engine but we still have a problem with the way the content displays, see attached image.

I think it is the xml that microsoft generates from Excel but any help would be appreciated. The list of installed PHP packages is here, http://linux1.jbknowledge.com/phpinfo.php

Any help would be greatly appreciated.
Attached Thumbnails
FirefoxScreenSnapz001.jpg  
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,438
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 510
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: PHP Parse Microsoft Excel htm

 
0
  #2
Jul 24th, 2007
You might want to post a fragment of the code that is not displaying correctly (the xml or xhtml output).
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 29
Reputation: jonathan.jbkt is an unknown quantity at this point 
Solved Threads: 0
jonathan.jbkt jonathan.jbkt is offline Offline
Unverified User

Re: PHP Parse Microsoft Excel htm

 
0
  #3
Jul 24th, 2007
Originally Posted by Ezzaral View Post
You might want to post a fragment of the code that is not displaying correctly (the xml or xhtml output).

  1. <html xmlns:o="urn:schemas-microsoft-com:office:office"
  2. xmlns:x="urn:schemas-microsoft-com:office:excel"
  3. xmlns="http://www.w3.org/TR/REC-html40">
  4.  
  5. <head>
  6. <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
  7. <meta name=ProgId content=Excel.Sheet>
  8. <meta name=Generator content="Microsoft Excel 11">
  9. <base target="_blank">
  10. <link rel=File-List href="Surgical_Table_files/filelist.xml">
  11. <link rel=Edit-Time-Data href="Surgical_Table_files/editdata.mso">
  12. <link rel=OLE-Object-Data href="Surgical_Table_files/oledata.mso">
  13. <title>xxxxxx</title>
  14. <!--[if gte mso 9]><xml>
  15. <o:DocumentProperties>
  16. <o:Author>xxxx</o:Author>
  17. <o:LastAuthor>xxxx</o:LastAuthor>
  18. <o:LastPrinted>2007-07-20T16:16:39Z</o:LastPrinted>
  19. <o:Created>2001-01-03T18:15:40Z</o:Created>
  20. <o:LastSaved>2007-07-20T16:17:21Z</o:LastSaved>
  21. <o:Company>xxxx</o:Company>
  22. <o:Version>11.8132</o:Version>
  23. </o:DocumentProperties>
  24. </xml><![endif]-->
  25. <style>
  26. <!--table
  27. {mso-displayed-decimal-separator:"\.";
  28. mso-displayed-thousand-separator:"\,";}
  29. @page
  30. {mso-footer-data:"&R&8&D &T";
  31. margin:.73in .8in .74in .8in;
  32. mso-header-margin:.5in;
  33. mso-footer-margin:.5in;
  34. mso-page-orientation:landscape;
  35. mso-horizontal-page-align:center;}
  36. .font9
  37. {color:gray;
  38. font-size:24.0pt;
  39. font-weight:400;
  40. font-style:normal;
  41. text-decoration:none;
  42. font-family:"Arial Black", sans-serif;
  43. mso-font-charset:0;}
  44. .font22
  45. {color:blue;
  46. font-size:8.0pt;
  47. font-weight:400;
  48. font-style:normal;
  49. text-decoration:none;
  50. font-family:Arial, sans-serif;
  51. mso-font-charset:0;}
  52. .font24
  53. {color:windowtext;
  54. font-size:8.0pt;
  55. font-weight:700;
  56. font-style:normal;
  57. text-decoration:none;
  58. font-family:Arial;
  59. mso-generic-font-family:auto;
  60. mso-font-charset:0;}
  61. .font25
  62. {color:windowtext;
  63. font-size:8.0pt;
  64. font-weight:700;
  65. font-style:normal;
  66. text-decoration:none;
  67. font-family:"Arial Narrow", sans-serif;
  68. mso-font-charset:0;}
  69. tr
  70. {mso-height-source:auto;}
  71. col
  72. {mso-width-source:auto;}
  73. br
  74. {mso-data-placement:same-cell;}
  75. .style21
  76. {color:blue;
  77. font-size:8.0pt;
  78. font-weight:400;
  79. font-style:normal;
  80. text-decoration:underline;
  81. text-underline-style:single;
  82. font-family:Arial, sans-serif;
  83. mso-font-charset:0;
  84. mso-style-name:Hyperlink;
  85. mso-style-id:8;}
  86. a:link
  87. {color:blue;
  88. font-size:8.0pt;
  89. font-weight:400;
  90. font-style:normal;
  91. text-decoration:underline;
  92. text-underline-style:single;
  93. font-family:Arial, sans-serif;
  94. mso-font-charset:0;}
  95. a:visited
  96. {color:purple;
  97. font-size:8.0pt;
  98. font-weight:400;
  99. font-style:normal;
  100. text-decoration:underline;
  101. text-underline-style:single;
  102. font-family:Arial, sans-serif;
  103. mso-font-charset:0;}
  104. .style0
  105. {mso-number-format:General;
  106. text-align:general;
  107. vertical-align:bottom;
  108. white-space:nowrap;
  109. mso-rotate:0;
  110. mso-background-source:auto;
  111. mso-pattern:auto;
  112. color:windowtext;
  113. font-size:10.0pt;
  114. font-weight:400;
  115. font-style:normal;
  116. text-decoration:none;
  117. font-family:Arial;
  118. mso-generic-font-family:auto;
  119. mso-font-charset:0;
  120. border:none;
  121. mso-protection:locked visible;
  122. mso-style-name:Normal;
  123. mso-style-id:0;}
  124. td
  125. {mso-style-parent:style0;
  126. padding-top:1px;
  127. padding-right:1px;
  128. padding-left:1px;
  129. mso-ignore:padding;
  130. color:windowtext;
  131. font-size:10.0pt;
  132. font-weight:400;
  133. font-style:normal;
  134. text-decoration:none;
  135. font-family:Arial;
  136. mso-generic-font-family:auto;
  137. mso-font-charset:0;
  138. mso-number-format:General;
  139. text-align:general;
  140. vertical-align:bottom;
  141. border:none;
  142. mso-background-source:auto;
  143. mso-pattern:auto;
  144. mso-protection:locked visible;
  145. white-space:nowrap;
  146. mso-rotate:0;}
  147. .xl25
  148. {mso-style-parent:style0;
  149. text-align:left;}
  150. .xl26
  151. {mso-style-parent:style0;
  152. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  153. text-align:center;}
  154. .xl27
  155. {mso-style-parent:style0;
  156. mso-number-format:"\0022$\0022\#\,\#\#0\.00_\)\;\[Red\]\\\(\0022$\0022\#\,\#\#0\.00\\\)";
  157. text-align:center;}
  158. .xl28
  159. {mso-style-parent:style0;
  160. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  161. text-align:left;}
  162. .xl29
  163. {mso-style-parent:style0;
  164. white-space:normal;}
  165. .xl30
  166. {mso-style-parent:style0;
  167. font-size:12.0pt;
  168. font-weight:700;
  169. text-decoration:underline;
  170. text-underline-style:single;
  171. font-family:Arial, sans-serif;
  172. mso-font-charset:0;
  173. text-align:left;}
  174. .xl31
  175. {mso-style-parent:style0;
  176. font-size:12.0pt;
  177. font-weight:700;
  178. text-decoration:underline;
  179. text-underline-style:single;
  180. font-family:Arial, sans-serif;
  181. mso-font-charset:0;}
  182. .xl32
  183. {mso-style-parent:style0;
  184. font-size:12.0pt;
  185. font-weight:700;
  186. font-style:italic;
  187. font-family:Arial, sans-serif;
  188. mso-font-charset:0;
  189. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  190. text-align:center;}
  191. .xl33
  192. {mso-style-parent:style0;
  193. font-size:9.0pt;
  194. font-weight:700;
  195. font-family:Arial, sans-serif;
  196. mso-font-charset:0;
  197. text-align:left;}
  198. .xl34
  199. {mso-style-parent:style0;
  200. font-size:9.0pt;
  201. font-family:Arial, sans-serif;
  202. mso-font-charset:0;
  203. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  204. text-align:left;}
  205. .xl35
  206. {mso-style-parent:style0;
  207. font-size:24.0pt;
  208. vertical-align:top;}
  209. .xl36
  210. {mso-style-parent:style21;
  211. color:blue;
  212. font-size:8.0pt;
  213. text-decoration:underline;
  214. text-underline-style:single;
  215. font-family:Arial, sans-serif;
  216. mso-font-charset:0;
  217. text-align:left;}
  218. .xl37
  219. {mso-style-parent:style21;
  220. color:blue;
  221. font-size:9.0pt;
  222. font-weight:700;
  223. text-decoration:underline;
  224. text-underline-style:single;
  225. font-family:Arial, sans-serif;
  226. mso-font-charset:0;
  227. text-align:left;}
  228. .xl38
  229. {mso-style-parent:style0;
  230. color:blue;
  231. font-size:9.0pt;
  232. font-weight:700;
  233. text-decoration:underline;
  234. text-underline-style:single;
  235. font-family:Arial, sans-serif;
  236. mso-font-charset:0;
  237. text-align:center;}
  238. .xl39
  239. {mso-style-parent:style0;
  240. font-size:9.0pt;
  241. font-weight:700;
  242. font-family:Arial, sans-serif;
  243. mso-font-charset:0;
  244. mso-number-format:"mm\/dd\/yy\;\@";
  245. text-align:left;}
  246. .xl40
  247. {mso-style-parent:style0;
  248. font-size:9.0pt;
  249. font-family:Arial, sans-serif;
  250. mso-font-charset:0;}
  251. .xl41
  252. {mso-style-parent:style0;
  253. font-size:9.0pt;
  254. font-family:Arial, sans-serif;
  255. mso-font-charset:0;
  256. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  257. text-align:center;}
  258. .xl42
  259. {mso-style-parent:style0;
  260. font-size:9.0pt;
  261. font-family:Arial, sans-serif;
  262. mso-font-charset:0;
  263. mso-number-format:"\0022$\0022\#\,\#\#0\.00_\)\;\[Red\]\\\(\0022$\0022\#\,\#\#0\.00\\\)";
  264. text-align:center;}
  265. .xl43
  266. {mso-style-parent:style0;
  267. font-size:9.0pt;
  268. font-weight:700;
  269. font-family:Arial, sans-serif;
  270. mso-font-charset:0;
  271. mso-number-format:"m\/d\/yy";
  272. text-align:left;}
  273. .xl44
  274. {mso-style-parent:style0;
  275. font-size:9.0pt;
  276. font-family:Arial, sans-serif;
  277. mso-font-charset:0;
  278. text-align:left;}
  279. .xl45
  280. {mso-style-parent:style0;
  281. font-size:9.0pt;
  282. font-style:italic;
  283. font-family:Arial, sans-serif;
  284. mso-font-charset:0;
  285. text-align:center;
  286. vertical-align:top;
  287. white-space:normal;}
  288. .xl46
  289. {mso-style-parent:style0;
  290. vertical-align:middle;}
  291. .xl47
  292. {mso-style-parent:style0;
  293. color:white;
  294. font-size:8.0pt;
  295. font-weight:700;
  296. font-family:Arial, sans-serif;
  297. mso-font-charset:0;
  298. text-align:left;
  299. vertical-align:middle;
  300. border-top:1.0pt solid windowtext;
  301. border-right:none;
  302. border-bottom:1.0pt solid windowtext;
  303. border-left:1.0pt solid windowtext;
  304. background:#333399;
  305. mso-pattern:auto none;}
  306. .xl48
  307. {mso-style-parent:style0;
  308. color:white;
  309. font-size:8.0pt;
  310. font-weight:700;
  311. font-family:Arial, sans-serif;
  312. mso-font-charset:0;
  313. text-align:left;
  314. vertical-align:middle;
  315. border-top:1.0pt solid windowtext;
  316. border-right:none;
  317. border-bottom:1.0pt solid windowtext;
  318. border-left:none;
  319. background:#333399;
  320. mso-pattern:auto none;}
  321. .xl49
  322. {mso-style-parent:style0;
  323. color:white;
  324. font-size:8.0pt;
  325. font-weight:700;
  326. font-family:Arial, sans-serif;
  327. mso-font-charset:0;
  328. text-align:center;
  329. vertical-align:middle;
  330. border-top:1.0pt solid windowtext;
  331. border-right:none;
  332. border-bottom:1.0pt solid windowtext;
  333. border-left:none;
  334. background:#333399;
  335. mso-pattern:auto none;}
  336. .xl50
  337. {mso-style-parent:style0;
  338. color:white;
  339. font-size:8.0pt;
  340. font-weight:700;
  341. font-family:Arial, sans-serif;
  342. mso-font-charset:0;
  343. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  344. text-align:center;
  345. vertical-align:middle;
  346. border-top:1.0pt solid windowtext;
  347. border-right:none;
  348. border-bottom:1.0pt solid windowtext;
  349. border-left:none;
  350. background:#333399;
  351. mso-pattern:auto none;}
  352. .xl51
  353. {mso-style-parent:style0;
  354. color:white;
  355. font-size:8.0pt;
  356. font-weight:700;
  357. font-family:Arial, sans-serif;
  358. mso-font-charset:0;
  359. mso-number-format:"\0022$\0022\#\,\#\#0\.00_\)\;\[Red\]\\\(\0022$\0022\#\,\#\#0\.00\\\)";
  360. text-align:center;
  361. vertical-align:middle;
  362. border-top:1.0pt solid windowtext;
  363. border-right:none;
  364. border-bottom:1.0pt solid windowtext;
  365. border-left:none;
  366. background:#333399;
  367. mso-pattern:auto none;}
  368. .xl52
  369. {mso-style-parent:style0;
  370. color:white;
  371. font-size:8.0pt;
  372. font-weight:700;
  373. font-family:Arial, sans-serif;
  374. mso-font-charset:0;
  375. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  376. text-align:left;
  377. vertical-align:middle;
  378. border-top:1.0pt solid windowtext;
  379. border-right:none;
  380. border-bottom:1.0pt solid windowtext;
  381. border-left:none;
  382. background:#333399;
  383. mso-pattern:auto none;}
  384. .xl53
  385. {mso-style-parent:style0;
  386. color:white;
  387. font-size:8.0pt;
  388. font-weight:700;
  389. font-family:Arial, sans-serif;
  390. mso-font-charset:0;
  391. vertical-align:middle;
  392. border-top:1.0pt solid windowtext;
  393. border-right:none;
  394. border-bottom:1.0pt solid windowtext;
  395. border-left:none;
  396. background:#333399;
  397. mso-pattern:auto none;}
  398. .xl54
  399. {mso-style-parent:style0;
  400. color:white;
  401. font-size:8.0pt;
  402. font-weight:700;
  403. font-family:Arial, sans-serif;
  404. mso-font-charset:0;
  405. vertical-align:middle;
  406. border-top:1.0pt solid windowtext;
  407. border-right:1.0pt solid windowtext;
  408. border-bottom:1.0pt solid windowtext;
  409. border-left:none;
  410. background:#333399;
  411. mso-pattern:auto none;}
  412. .xl55
  413. {mso-style-parent:style21;
  414. color:blue;
  415. font-size:8.0pt;
  416. text-decoration:underline;
  417. text-underline-style:single;
  418. font-family:Arial, sans-serif;
  419. mso-font-charset:0;
  420. text-align:left;
  421. border-top:none;
  422. border-right:none;
  423. border-bottom:.5pt solid windowtext;
  424. border-left:none;
  425. background:#FFFF99;
  426. mso-pattern:auto none;}
  427. .xl56
  428. {mso-style-parent:style0;
  429. font-size:8.0pt;
  430. font-family:Arial, sans-serif;
  431. mso-font-charset:0;
  432. text-align:left;}
  433. .xl57
  434. {mso-style-parent:style0;
  435. font-size:8.0pt;
  436. font-family:Arial, sans-serif;
  437. mso-font-charset:0;
  438. text-align:center;
  439. border-top:none;
  440. border-right:none;
  441. border-bottom:.5pt solid windowtext;
  442. border-left:none;
  443. background:#FFFF99;
  444. mso-pattern:auto none;}
  445. .xl58
  446. {mso-style-parent:style0;
  447. font-size:8.0pt;
  448. font-family:Arial, sans-serif;
  449. mso-font-charset:0;
  450. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  451. text-align:center;}
  452. .xl59
  453. {mso-style-parent:style0;
  454. font-size:8.0pt;
  455. font-family:Arial, sans-serif;
  456. mso-font-charset:0;
  457. mso-number-format:"_\(\0022$\0022* \#\,\#\#0\.00_\)\;_\(\0022$\0022* \\\(\#\,\#\#0\.00\\\)\;_\(\0022$\0022* \0022-\0022??_\)\;_\(\@_\)";
  458. text-align:left;
  459. border-top:none;
  460. border-right:none;
  461. border-bottom:.5pt solid windowtext;
  462. border-left:none;
  463. background:#FFFF99;
  464. mso-pattern:auto none;}
  465. .xl60
  466. {mso-style-parent:style0;
  467. font-size:8.0pt;
  468. font-weight:700;
  469. font-family:Arial, sans-serif;
  470. mso-font-charset:0;
  471. mso-number-format:"_\(\0022$\0022* \#\,\#\#0\.00_\)\;_\(\0022$\0022* \\\(\#\,\#\#0\.00\\\)\;_\(\0022$\0022* \0022-\0022??_\)\;_\(\@_\)";
  472. text-align:left;
  473. border-top:none;
  474. border-right:none;
  475. border-bottom:.5pt solid windowtext;
  476. border-left:none;
  477. background:#FFFF99;
  478. mso-pattern:auto none;}
  479. .xl61
  480. {mso-style-parent:style21;
  481. color:blue;
  482. font-size:8.0pt;
  483. text-decoration:underline;
  484. text-underline-style:single;
  485. font-family:Arial, sans-serif;
  486. mso-font-charset:0;
  487. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  488. text-align:left;}
  489. .xl62
  490. {mso-style-parent:style21;
  491. color:blue;
  492. font-size:8.0pt;
  493. text-decoration:underline;
  494. text-underline-style:single;
  495. font-family:Arial, sans-serif;
  496. mso-font-charset:0;
  497. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  498. text-align:left;
  499. border-top:none;
  500. border-right:none;
  501. border-bottom:.5pt solid windowtext;
  502. border-left:none;
  503. background:#FFFF99;
  504. mso-pattern:auto none;}
  505. .xl63
  506. {mso-style-parent:style0;
  507. font-size:8.0pt;
  508. font-family:Arial, sans-serif;
  509. mso-font-charset:0;}
  510. .xl64
  511. {mso-style-parent:style0;
  512. font-size:8.0pt;
  513. font-family:Arial, sans-serif;
  514. mso-font-charset:0;
  515. border-top:none;
  516. border-right:none;
  517. border-bottom:.5pt solid windowtext;
  518. border-left:none;
  519. background:#FFFF99;
  520. mso-pattern:auto none;}
  521. .xl65
  522. {mso-style-parent:style21;
  523. color:blue;
  524. font-size:8.0pt;
  525. text-decoration:underline;
  526. text-underline-style:single;
  527. font-family:Arial, sans-serif;
  528. mso-font-charset:0;
  529. border-top:none;
  530. border-right:none;
  531. border-bottom:.5pt solid windowtext;
  532. border-left:none;
  533. background:#FFFF99;
  534. mso-pattern:auto none;}
  535. .xl66
  536. {mso-style-parent:style0;
  537. font-size:8.0pt;
  538. font-family:Arial, sans-serif;
  539. mso-font-charset:0;
  540. text-align:center;}
  541. .xl67
  542. {mso-style-parent:style0;
  543. font-size:8.0pt;
  544. font-family:Arial, sans-serif;
  545. mso-font-charset:0;
  546. mso-number-format:"_\(\0022$\0022* \#\,\#\#0\.00_\)\;_\(\0022$\0022* \\\(\#\,\#\#0\.00\\\)\;_\(\0022$\0022* \0022-\0022??_\)\;_\(\@_\)";
  547. text-align:left;}
  548. .xl68
  549. {mso-style-parent:style0;
  550. color:green;
  551. font-size:8.0pt;
  552. font-weight:700;
  553. font-family:Arial, sans-serif;
  554. mso-font-charset:0;
  555. mso-number-format:"_\(\0022$\0022* \#\,\#\#0\.00_\)\;_\(\0022$\0022* \\\(\#\,\#\#0\.00\\\)\;_\(\0022$\0022* \0022-\0022??_\)\;_\(\@_\)";
  556. text-align:left;}
  557. .xl69
  558. {mso-style-parent:style21;
  559. color:blue;
  560. font-size:8.0pt;
  561. text-decoration:underline;
  562. text-underline-style:single;
  563. font-family:Arial, sans-serif;
  564. mso-font-charset:0;}
  565. .xl70
  566. {mso-style-parent:style0;
  567. font-size:8.0pt;
  568. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  569. text-align:left;}
  570. .xl71
  571. {mso-style-parent:style0;
  572. font-size:8.0pt;
  573. text-align:center;}
  574. .xl72
  575. {mso-style-parent:style0;
  576. font-size:8.0pt;
  577. font-weight:700;
  578. font-family:Arial, sans-serif;
  579. mso-font-charset:0;
  580. text-align:left;}
  581. .xl73
  582. {mso-style-parent:style0;
  583. font-size:8.0pt;
  584. font-weight:700;
  585. font-family:Arial, sans-serif;
  586. mso-font-charset:0;
  587. text-align:left;
  588. border-top:1.0pt solid windowtext;
  589. border-right:none;
  590. border-bottom:1.0pt solid windowtext;
  591. border-left:1.0pt solid windowtext;
  592. background:#CCFFFF;
  593. mso-pattern:auto none;}
  594. .xl74
  595. {mso-style-parent:style0;
  596. font-size:8.0pt;
  597. font-weight:700;
  598. font-family:Arial, sans-serif;
  599. mso-font-charset:0;
  600. text-align:center;
  601. border-top:1.0pt solid windowtext;
  602. border-right:none;
  603. border-bottom:1.0pt solid windowtext;
  604. border-left:none;
  605. background:#CCFFFF;
  606. mso-pattern:auto none;}
  607. .xl75
  608. {mso-style-parent:style0;
  609. font-size:8.0pt;
  610. font-weight:700;
  611. font-family:Arial, sans-serif;
  612. mso-font-charset:0;
  613. text-align:center;
  614. border-top:1.0pt solid windowtext;
  615. border-right:1.0pt solid windowtext;
  616. border-bottom:1.0pt solid windowtext;
  617. border-left:none;
  618. background:#CCFFFF;
  619. mso-pattern:auto none;}
  620. .xl76
  621. {mso-style-parent:style0;
  622. font-size:8.0pt;
  623. font-family:Arial, sans-serif;
  624. mso-font-charset:0;
  625. text-align:left;
  626. border-top:none;
  627. border-right:none;
  628. border-bottom:none;
  629. border-left:1.0pt solid windowtext;
  630. background:#CCFFFF;
  631. mso-pattern:auto none;}
  632. .xl77
  633. {mso-style-parent:style0;
  634. font-size:8.0pt;
  635. font-family:Arial, sans-serif;
  636. mso-font-charset:0;
  637. text-align:center;
  638. background:#CCFFFF;
  639. mso-pattern:auto none;}
  640. .xl78
  641. {mso-style-parent:style0;
  642. font-size:8.0pt;
  643. font-family:Arial, sans-serif;
  644. mso-font-charset:0;
  645. text-align:center;
  646. border-top:none;
  647. border-right:1.0pt solid windowtext;
  648. border-bottom:none;
  649. border-left:none;
  650. background:#CCFFFF;
  651. mso-pattern:auto none;}
  652. .xl79
  653. {mso-style-parent:style0;
  654. font-size:8.0pt;
  655. font-family:Arial, sans-serif;
  656. mso-font-charset:0;
  657. mso-number-format:"\@";
  658. text-align:center;
  659. background:#CCFFFF;
  660. mso-pattern:auto none;}
  661. .xl80
  662. {mso-style-parent:style0;
  663. font-size:8.0pt;
  664. font-family:Arial, sans-serif;
  665. mso-font-charset:0;
  666. mso-number-format:"\@";
  667. text-align:center;
  668. border-top:none;
  669. border-right:1.0pt solid windowtext;
  670. border-bottom:none;
  671. border-left:none;
  672. background:#CCFFFF;
  673. mso-pattern:auto none;}
  674. .xl81
  675. {mso-style-parent:style0;
  676. font-size:8.0pt;
  677. font-family:Arial, sans-serif;
  678. mso-font-charset:0;
  679. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  680. text-align:left;}
  681. .xl82
  682. {mso-style-parent:style0;
  683. color:green;
  684. font-size:8.0pt;
  685. font-weight:700;
  686. font-family:Arial, sans-serif;
  687. mso-font-charset:0;
  688. mso-number-format:"\0022$\0022\#\,\#\#0\.00_\)\;\[Red\]\\\(\0022$\0022\#\,\#\#0\.00\\\)";
  689. text-align:left;}
  690. .xl83
  691. {mso-style-parent:style0;
  692. font-size:8.0pt;
  693. text-align:left;}
  694. .xl84
  695. {mso-style-parent:style0;
  696. font-size:8.0pt;
  697. font-family:Arial, sans-serif;
  698. mso-font-charset:0;
  699. text-align:left;
  700. border-top:none;
  701. border-right:none;
  702. border-bottom:1.0pt solid windowtext;
  703. border-left:1.0pt solid windowtext;
  704. background:#CCFFFF;
  705. mso-pattern:auto none;}
  706. .xl85
  707. {mso-style-parent:style0;
  708. font-size:8.0pt;
  709. font-family:Arial, sans-serif;
  710. mso-font-charset:0;
  711. text-align:center;
  712. border-top:none;
  713. border-right:none;
  714. border-bottom:1.0pt solid windowtext;
  715. border-left:none;
  716. background:#CCFFFF;
  717. mso-pattern:auto none;}
  718. .xl86
  719. {mso-style-parent:style0;
  720. font-size:8.0pt;
  721. font-family:Arial, sans-serif;
  722. mso-font-charset:0;
  723. text-align:center;
  724. border-top:none;
  725. border-right:1.0pt solid windowtext;
  726. border-bottom:1.0pt solid windowtext;
  727. border-left:none;
  728. background:#CCFFFF;
  729. mso-pattern:auto none;}
  730. .xl87
  731. {mso-style-parent:style0;
  732. font-size:8.0pt;
  733. font-family:Arial, sans-serif;
  734. mso-font-charset:0;
  735. mso-number-format:"\0022$\0022\#\,\#\#0\.00_\)\;\[Red\]\\\(\0022$\0022\#\,\#\#0\.00\\\)";
  736. text-align:center;}
  737. .xl88
  738. {mso-style-parent:style0;
  739. mso-number-format:"\0022$\0022\#\,\#\#0\.00";
  740. text-align:right;}
  741. .xl89
  742. {mso-style-parent:style0;
  743. font-weight:700;
  744. font-family:Arial, sans-serif;
  745. mso-font-charset:0;}
  746. .xl90
  747. {mso-style-parent:style0;
  748. font-size:14.0pt;
  749. font-weight:700;
  750. text-decoration:underline;
  751. text-underline-style:single;
  752. font-family:Arial, sans-serif;
  753. mso-font-charset:0;}
  754. .xl91
  755. {mso-style-parent:style0;
  756. color:#333399;
  757. font-size:24.0pt;
  758. font-family:"Arial Black", sans-serif;
  759. mso-font-charset:0;
  760. text-align:center;
  761. vertical-align:top;}
  762. .xl92
  763. {mso-style-parent:style0;
  764. color:white;
  765. font-size:9.0pt;
  766. font-weight:700;
  767. font-style:italic;
  768. font-family:Arial, sans-serif;
  769. mso-font-charset:0;
  770. text-align:center;
  771. vertical-align:top;
  772. background:#333399;
  773. mso-pattern:auto none;}
  774. .xl93
  775. {mso-style-parent:style0;
  776. font-size:8.0pt;
  777. font-weight:700;
  778. font-family:Arial, sans-serif;
  779. mso-font-charset:0;}
  780. .xl94
  781. {mso-style-parent:style0;
  782. font-size:8.0pt;}
  783. .xl95
  784. {mso-style-parent:style0;
  785. font-size:8.0pt;
  786. font-weight:700;
  787. font-family:Arial, sans-serif;
  788. mso-font-charset:0;
  789. mso-protection:unlocked visible;}
  790. .xl96
  791. {mso-style-parent:style0;
  792. font-size:8.0pt;
  793. font-weight:700;
  794. mso-protection:unlocked visible;}
  795. .xl97
  796. {mso-style-parent:style0;
  797. font-size:9.0pt;
  798. font-weight:700;
  799. font-family:Arial, sans-serif;
  800. mso-font-charset:0;}
  801. .xl98
  802. {mso-style-parent:style21;
  803. color:blue;
  804. font-size:9.0pt;
  805. font-weight:700;
  806. font-style:italic;
  807. text-decoration:underline;
  808. text-underline-style:single;
  809. font-family:Arial, sans-serif;
  810. mso-font-charset:0;
  811. text-align:center;
  812. vertical-align:middle;}
  813. -->
  814. </style>
  815. <!--[if gte mso 9]><xml>
  816. <x:ExcelWorkbook>
  817. <x:ExcelWorksheets>
  818. <x:ExcelWorksheet>
  819. <x:Name>Sheet1</x:Name>
  820. <x:WorksheetOptions>
  821. <x:FitToPage/>
  822. <x:FitToPage/>
  823. <x:Print>
  824. <x:ValidPrinterInfo/>
  825. <x:HorizontalResolution>600</x:HorizontalResolution>
  826. <x:VerticalResolution>600</x:VerticalResolution>
  827. </x:Print>
  828. <x:Selected/>
  829. <x:Panes>
  830. <x:Pane>
  831. <x:Number>3</x:Number>
  832. <x:ActiveRow>6</x:ActiveRow>
  833. <x:ActiveCol>2</x:ActiveCol>
  834. </x:Pane>
  835. </x:Panes>
  836. <x:ProtectContents>False</x:ProtectContents>
  837. <x:ProtectObjects>False</x:ProtectObjects>
  838. <x:ProtectScenarios>False</x:ProtectScenarios>
  839. </x:WorksheetOptions>
  840. <x:PageBreaks>
  841. <x:RowBreaks>
  842. <x:RowBreak>
  843. <x:Row>37</x:Row>
  844. </x:RowBreak>
  845. </x:RowBreaks>
  846. </x:PageBreaks>
  847. <x:ConditionalFormatting>
  848. <x:Range>$F$11:$F$22</x:Range>
  849. <x:Condition>
  850. <x:Qualifier>Less</x:Qualifier>
  851. <x:Value1>0</x:Value1>
  852. <x:Format Style='color:red;font-weight:700'/>
  853. </x:Condition>
  854. <x:Condition>
  855. <x:Qualifier>Greater</x:Qualifier>
  856. <x:Value1>0</x:Value1>
  857. <x:Format Style='color:green;font-weight:700'/>
  858. </x:Condition>
  859. </x:ConditionalFormatting>
  860. <x:Sorting>
  861. <x:Sort>Column H</x:Sort>
  862. <x:Descending/>
  863. </x:Sorting>
  864. </x:ExcelWorksheet>
  865. </x:ExcelWorksheets>
  866. <x:WindowHeight>10875</x:WindowHeight>
  867. <x:WindowWidth>15480</x:WindowWidth>
  868. <x:WindowTopX>120</x:WindowTopX>
  869. <x:WindowTopY>15</x:WindowTopY>
  870. <x:ProtectStructure>False</x:ProtectStructure>
  871. <x:ProtectWindows>False</x:ProtectWindows>
  872. </x:ExcelWorkbook>
  873. </xml><![endif]-->
  874. </head>
  875.  
  876. <body link=blue vlink=purple>
  877.  
  878. <table x:str border=0 cellpadding=0 cellspacing=0 width=847 style='border-collapse:
  879. collapse;table-layout:fixed;width:636pt'>
  880. <col class=xl25 width=123 style='mso-width-source:userset;mso-width-alt:4498;
  881. width:92pt'>
  882. <col class=xl25 width=79 style='mso-width-source:userset;mso-width-alt:2889;
  883. width:59pt'>
  884. <col class=xl25 width=76 style='mso-width-source:userset;mso-width-alt:2779;
  885. width:57pt'>
  886. <col width=125 style='mso-width-source:userset;mso-width-alt:4571;width:94pt'>
  887. <col class=xl26 width=69 style='mso-width-source:userset;mso-width-alt:2523;
  888. width:52pt'>
  889. <col class=xl27 width=69 style='mso-width-source:userset;mso-width-alt:2523;
  890. width:52pt'>
  891. <col class=xl28 width=80 style='mso-width-source:userset;mso-width-alt:2925;
  892. width:60pt'>
  893. <col width=77 style='mso-width-source:userset;mso-width-alt:2816;width:58pt'>
  894. <col class=xl29 width=85 style='mso-width-source:userset;mso-width-alt:3108;
  895. width:64pt'>
  896. <col width=64 style='width:48pt'>
  897. <tr height=24 style='mso-height-source:userset;height:18.0pt'>
  898. <td colspan=7 height=24 class=xl90 width=621 style='height:18.0pt;width:466pt'>xxxx
  899. <span style='mso-spacerun:yes'> </span></td>
  900. <td colspan=2 rowspan=2 class=xl91 width=162 style='width:122pt'><font
  901. class="font9">data</font></td>
  902. <td width=64 style='width:48pt'></td>
  903. </tr>
  904. <tr height=21 style='mso-height-source:userset;height:15.75pt'>
  905. <td height=21 colspan=3 class=xl30 style='height:15.75pt;mso-ignore:colspan'></td>
  906. <td class=xl31></td>
  907. <td class=xl32></td>
  908. <td class=xl27></td>
  909. <td class=xl28></td>
  910. <td></td>
  911. </tr>
  912. <tr height=17 style='mso-height-source:userset;height:12.75pt'>
  913. <td height=17 class=xl33 style='height:12.75pt'>Attention:</td>
  914. <td colspan=2 class=xl33>xxxx</td>
  915. <td colspan=4 class=xl97>CC:<span style='mso-spacerun:yes'> </span>xxxx</td>
  916. <td colspan=2 class=xl92>P e r f o r m e r</td>
  917. <td></td>
  918. </tr>
  919. <tr height=17 style='mso-height-source:userset;height:12.75pt'>
  920. <td height=17 class=xl33 style='height:12.75pt'>Project Description:</td>
  921. <td colspan=6 class=xl33>Surgical Table</td>
  922. <td colspan=2 class=xl35 style='mso-ignore:colspan'></td>
  923. <td></td>
  924. </tr>
  925. <tr height=17 style='mso-height-source:userset;height:12.75pt'>
  926. <td height=17 class=xl33 style='height:12.75pt'>xxxx</td>
  927. <td class=xl37><a href="mailto:xxxx@xxxx"><span
  928. style='font-size:9.0pt;font-weight:700'>xxxx</span></a></td>
  929. <td colspan=5 class=xl38 style='mso-ignore:colspan'></td>
  930. <td colspan=2 rowspan=2 class=xl98><a
  931. href="http://xxxx.com/.pdf"><span
  932. style='font-size:9.0pt;font-weight:700;font-style:italic'>Print Version</span></a></td>
  933. <td></td>
  934. </tr>
  935. <tr height=17 style='mso-height-source:userset;height:12.75pt'>
  936. <td height=17 class=xl33 style='height:12.75pt'>Date Sent:</td>
  937. <td class=xl39 x:num="39283">07/20/07</td>
  938. <td class=xl33></td>
  939. <td class=xl40></td>
  940. <td class=xl41></td>
  941. <td class=xl42></td>
  942. <td class=xl34></td>
  943. <td></td>
  944. </tr>
  945. <tr height=17 style='height:12.75pt'>
  946. <td height=17 class=xl33 style='height:12.75pt'>Status:</td>
  947. <td class=xl43>Pending</td>
  948. <td class=xl44></td>
  949. <td class=xl40></td>
  950. <td class=xl41></td>
  951. <td class=xl42></td>
  952. <td class=xl34></td>
  953. <td colspan=2 class=xl45 style='mso-ignore:colspan'></td>
  954. <td></td>
  955. </tr>
  956. <tr height=18 style='height:13.5pt'>
  957. <td height=18 class=xl33 style='height:13.5pt'></td>
  958. <td class=xl43></td>
  959. <td class=xl25></td>
  960. <td></td>
  961. <td class=xl26></td>
  962. <td class=xl27></td>
  963. <td class=xl28></td>
  964. <td></td>
  965. <td class=xl29></td>
  966. <td></td>
  967. </tr>
  968. <tr class=xl46 height=18 style='height:13.5pt'>
  969. <td height=18 class=xl47 style='height:13.5pt'>MANUFACTURER</td>
  970. <td class=xl48>MODEL</td>
  971. <td class=xl49>CONDITION</td>
  972. <td class=xl48>VENDOR</td>
  973. <td class=xl50>TOTAL</td>
  974. <td class=xl51>$ SAVINGS</td>
  975. <td class=xl52>CONTACT</td>
  976. <td class=xl53>PHONE</td>
  977. <td class=xl54>QUOTE #</td>
  978. <td class=xl46></td>
  979. </tr>
  980. <tr height=17 style='height:12.75pt'>
  981. <td height=17 class=xl55 style='height:12.75pt'><a
  982. href="http://www.xxxx.com/">Steris</a></td>
  983. <td class=xl55><a
  984. href="http://www.xxxx.com/">xxxx
  985. 110</a></td>
  986. <td class=xl57>New</td>
  987. <td class=xl55><a href="http://www.xxxx.com/">xxxx</a></td>
  988. <td class=xl59 x:num="55596.76"><span style='mso-spacerun:yes'> </span>$
  989. 55,596.76 </td>
  990. <td class=xl60 x:num="0"><span style='mso-spacerun:yes'> </span>$<span
  991. style='mso-spacerun:yes'> </span>-<span
  992. style='mso-spacerun:yes'> </span></td>
  993. <td class=xl62><a href="mailto:xxxx@xxxx.com">Reid Hanley</a></td>
  994. <td class=xl64>850.698.0137</td>
  995. <td class=xl65><a
  996. href="http://www.xxxxcom/.pdf">xxxx</a></td>
  997. <td></td>
  998. </tr>
  999. <tr height=17 style='height:12.75pt'>
  1000. <td height=17 class=xl36 style='height:12.75pt'><a
  1001. href="http://www.xxxx.com/">xxxx</a></td>
  1002. <td class=xl36><a href="http://www.xxxx.com/xxx.htm">xxxx
  1003. B810</a></td>
  1004. <td class=xl66>New</td>
  1005. <td class=xl36><a href="http://www.xxxx.com/">xxxx</a></td>
  1006. <td class=xl67 x:num="36427"><span style='mso-spacerun:yes'> </span>$
  1007. 36,427.00 </td>
  1008. <td class=xl68 style='mso-ignore:style;color:green;font-weight:700'
  1009. x:num="19169.76" x:fmla="=E$10-E11"><span style='mso-spacerun:yes'> </span>$
  1010. 19,169.76 </td>
  1011. <td class=xl61><a href="mailto:xxxx@xxxx.com">xxxx</a></td>
  1012. <td class=xl63>xxxx</td>
  1013. <td class=xl69><a
  1014. href="http://www.xxxx.com/.pdf">xxxx</a></td>
  1015. <td></td>
  1016. </tr>
  1017. <tr height=17 style='height:12.75pt'>
  1018. <td height=17 class=xl36 style='height:12.75pt'><a
  1019. href="http://www.xxxx.com/">xxxx</a></td>
  1020. <td class=xl36><a
  1021. href="http://www.xxxx.com/">xxxx</a></td>
  1022. <td class=xl66>New</td>
  1023. <td class=xl36><a href="http://www.xxxx.com/">xxxx<font class="font22"><sup>1</sup></font></a></td>
  1024. <td class=xl67 x:num="48109.96"><span style='mso-spacerun:yes'> </span>$
  1025. 48,109.96 </td>
  1026. <td class=xl68 style='mso-ignore:style;color:green;font-weight:700'
  1027. x:num="7486.8" x:fmla="=E$10-E12"><span
  1028. style='mso-spacerun:yes'> </span>$<span style='mso-spacerun:yes'>
  1029. </span>7,486.80 </td>
  1030. <td class=xl61><a href="mailto:xxxx@xxxx.com">xxxx</a></td>
  1031. <td class=xl63>xxxx</td>
  1032. <td class=xl69><a
  1033. href="http://www.xxxx.com/.pdf">xxxx</a></td>
  1034. <td></td>
  1035. </tr>
  1036. <tr height=17 style='height:12.75pt'>
  1037. <td height=17 class=xl36 style='height:12.75pt'><a
  1038. href="http://www.xxxx.com/">xxxx</a></td>
  1039. <td class=xl36><a
  1040. href="http://www.xxxx.com/.html">VERTIER</a></td>
  1041. <td class=xl66>New</td>
  1042. <td class=xl36><a href="http://www.xxxx.com/">xxxx</a></td>
  1043. <td class=xl67 x:num="48400"><span style='mso-spacerun:yes'> </span>$
  1044. 48,400.00 </td>
  1045. <td class=xl68 style='mso-ignore:style;color:green;font-weight:700'
  1046. x:num="7196.76" x:fmla="=E$10-E13"><span
  1047. style='mso-spacerun:yes'> </span>$<span style='mso-spacerun:yes'>
  1048. </span>7,196.76 </td>
  1049. <td class=xl61><a href="mailto:xxxx@xxxx.com">xxxx</a></td>
  1050. <td class=xl63>xxxx</td>
  1051. <td class=xl69><a
  1052. href="http://www.xxxx.com/.pdf">xxxx</a></td>
  1053. <td></td>
  1054. </tr>
  1055. <tr height=18 style='height:13.5pt'>
  1056. <td height=18 colspan=4 class=xl56 style='height:13.5pt;mso-ignore:colspan'></td>
  1057. <td class=xl67></td>
  1058. <td class=xl68></td>
  1059. <td class=xl70></td>
  1060. <td class=xl66></td>
  1061. <td class=xl71></td>
  1062. <td></td>
  1063. </tr>
  1064. <tr height=18 style='height:13.5pt'>
  1065. <td height=18 class=xl73 style='height:13.5pt'>xxxx:</td>
  1066. <td class=xl74>xxxx</td>
  1067. <td class=xl74>xxxx</td>
  1068. <td class=xl75>xxxx</td>
  1069. <td class=xl67></td>
  1070. <td class=xl68></td>
  1071. <td class=xl70></td>
  1072. <td class=xl66></td>
  1073. <td class=xl71></td>
  1074. <td></td>
  1075. </tr>
  1076. <tr height=17 style='height:12.75pt'>
  1077. <td height=17 class=xl76 style='height:12.75pt'>Sliding Top</td>
  1078. <td class=xl77>18&quot;</td>
  1079. <td class=xl77>12&quot;</td>
  1080. <td class=xl78>8&quot; bidirectional</td>
  1081. <td class=xl67></td>
  1082. <td class=xl68></td>
  1083. <td class=xl70></td>
  1084. <td class=xl66></td>
  1085. <td class=xl71></td>
  1086. <td></td>
  1087. </tr>
  1088. <tr height=17 style='height:12.75pt'>
  1089. <td height=17 class=xl76 style='height:12.75pt'>Height</td>
  1090. <td class=xl77>26&quot; - 45&quot;</td>
  1091. <td class=xl77>28&quot; - 48&quot;</td>
  1092. <td class=xl78>25.6&quot; - 43.7&quot;</td>
  1093. <td class=xl67></td>
  1094. <td class=xl68></td>
  1095. <td class=xl70></td>
  1096. <td class=xl66></td>
  1097. <td class=xl71></td>
  1098. <td></td>
  1099. </tr>
  1100. <tr height=17 style='height:12.75pt'>
  1101. <td height=17 class=xl76 style='height:12.75pt'>xxxx</td>
  1102. <td class=xl77>30°</td>
  1103. <td class=xl77>30°</td>
  1104. <td class=xl78>35°</td>
  1105. <td class=xl67></td>
  1106. <td class=xl68></td>
  1107. <td class=xl70></td>
  1108. <td class=xl66></td>
  1109. <td class=xl71></td>
  1110. <td></td>
  1111. </tr>
  1112. <tr height=17 style='height:12.75pt'>
  1113. <td height=17 class=xl76 style='height:12.75pt'>xxxx</td>
  1114. <td class=xl77>30°</td>
  1115. <td class=xl77>30°</td>
  1116. <td class=xl78>35°</td>
  1117. <td class=xl67></td>
  1118. <td class=xl68></td>
  1119. <td class=xl70></td>
  1120. <td class=xl66></td>
  1121. <td class=xl71></td>
  1122. <td></td>
  1123. </tr>
  1124. <tr height=17 style='height:12.75pt'>
  1125. <td height=17 class=xl76 style='height:12.75pt'>Lateral tilt</td>
  1126. <td class=xl77>20°</td>
  1127. <td class=xl77>20°</td>
  1128. <td class=xl78>25°</td>
  1129. <td class=xl67></td>
  1130. <td class=xl68></td>
  1131. <td class=xl70></td>
  1132. <td class=xl66></td>
  1133. <td class=xl71></td>
  1134. <td></td>
  1135. </tr>
  1136. <tr height=17 style='height:12.75pt'>
  1137. <td height=17 class=xl76 style='height:12.75pt'>Back Section</td>
  1138. <td class=xl79>-40° / +90°</td>
  1139. <td class=xl79>-45° / +80°</td>
  1140. <td class=xl80>-45° / +80°</td>
  1141. <td class=xl67></td>
  1142. <td class=xl68></td>
  1143. <td class=xl70></td>
  1144. <td class=xl66></td>
  1145. <td class=xl71></td>
  1146. <td></td>
  1147. </tr>
  1148. <tr height=17 style='height:12.75pt'>
  1149. <td height=17 class=xl76 style='height:12.75pt'>Leg Section</td>
  1150. <td class=xl79>-105° / 0°</td>
  1151. <td class=xl79>-105° / +2°</td>
  1152. <td class=xl80>-105° / +70°</td>
  1153. <td class=xl67></td>
  1154. <td class=xl68></td>
  1155. <td class=xl70></td>
  1156. <td class=xl66></td>
  1157. <td class=xl71></td>
  1158. <td></td>
  1159. </tr>
  1160. <tr height=17 style='height:12.75pt'>
  1161. <td height=17 class=xl76 style='height:12.75pt'>Weight Capacity</td>
  1162. <td class=xl77>900 lb.</td>
  1163. <td class=xl77>600 lb.</td>
  1164. <td class=xl78>1100 lb.</td>
  1165. <td class=xl81></td>
  1166. <td class=xl82></td>
  1167. <td class=xl70></td>
  1168. <td class=xl56></td>
  1169. <td class=xl83></td>
  1170. <td></td>
  1171. </tr>
  1172. <tr height=18 style='height:13.5pt'>
  1173. <td height=18 class=xl84 style='height:13.5pt'>Articulation Capacity</td>
  1174. <td class=xl85>900 lb.</td>
  1175. <td class=xl85>600 lb.</td>
  1176. <td class=xl86>605 lb.</td>
  1177. <td class=xl81></td>
  1178. <td class=xl82></td>
  1179. <td class=xl70></td>
  1180. <td class=xl56></td>
  1181. <td class=xl83></td>
  1182. <td></td>
  1183. </tr>
  1184. <tr height=17 style='height:12.75pt'>
  1185. <td height=17 colspan=4 class=xl56 style='height:12.75pt;mso-ignore:colspan'></td>
  1186. <td class=xl81></td>
  1187. <td class=xl82></td>
  1188. <td class=xl70></td>
  1189. <td class=xl56></td>
  1190. <td class=xl83></td>
  1191. <td></td>
  1192. </tr>
  1193. <tr height=17 style='height:12.75pt'>
  1194. <td height=17 class=xl72 style='height:12.75pt'>Notes:</td>
  1195. <td colspan=2 class=xl56 style='mso-ignore:colspan'></td>
  1196. <td class=xl63></td>
  1197. <td class=xl58></td>
  1198. <td class=xl87></td>
  1199. <td class=xl81></td>
  1200. <td class=xl63></td>
  1201. <td class=xl29></td>
  1202. <td></td>
  1203. </tr>
  1204. <tr height=17 style='height:12.75pt'>
  1205. <td colspan=9 height=17 class=xl93 style='height:12.75pt'
  1206. x:str="1) XXX has agreed to extend the no charge bariatric side rail ">1)<span
  1207. style='mso-spacerun:yes'> </span>xxxx <span style='mso-spacerun:yes'> </span></td>
  1208. <td></td>
  1209. </tr>
  1210. <tr height=17 style='height:12.75pt'>
  1211. <td colspan=9 height=17 class=xl93 style='height:12.75pt'><span
  1212. style='mso-spacerun:yes'> </span>This is a $7,486.80 value.</td>
  1213. <td></td>
  1214. </tr>
  1215. <tr height=17 style='height:12.75pt'>
  1216. <td colspan=9 height=17 class=xl93 style='height:12.75pt'>2)<span
  1217. style='mso-spacerun:yes'> </span>xxxx<span
  1218. style='mso-spacerun:yes'> </span>xxxx</td>
  1219. <td></td>
  1220. </tr>
  1221. <tr height=17 style='height:12.75pt'>
  1222. <td colspan=9 height=17 class=xl93 style='height:12.75pt'><span
  1223. style='mso-spacerun:yes'> </span>xxxx</td>
  1224. <td></td>
  1225. </tr>
  1226. <tr height=17 style='height:12.75pt'>
  1227. <td colspan=9 height=17 class=xl63 style='height:12.75pt'>xxxx</td>
  1228. <td></td>
  1229. </tr>
  1230. <tr height=17 style='height:12.75pt'>
  1231. <td colspan=9 height=17 class=xl94 style='height:12.75pt'
  1232. x:str="xxxx">xxxx<span style='mso-spacerun:yes'>
  1233. </span>xxxx@xxxx.com.<span style='mso-spacerun:yes'> </span></td>
  1234. <td></td>
  1235. </tr>
  1236. <tr height=17 style='height:12.75pt'>
  1237. <td height=17 colspan=2 class=xl25 style='height:12.75pt;mso-ignore:colspan'></td>
  1238. <td colspan=2 style='mso-ignore:colspan'></td>
  1239. <td colspan=2 class=xl26 style='mso-ignore:colspan'></td>
  1240. <td class=xl27></td>
  1241. <td class=xl88></td>
  1242. <td></td>
  1243. <td class=xl29></td>
  1244. </tr>
  1245. <tr height=17 style='height:12.75pt'>
  1246. <td colspan=9 height=17 class=xl95 style='height:12.75pt'>xxxx</td>
  1247. <td></td>
  1248. </tr>
  1249. <tr height=18 style='height:13.5pt'>
  1250. <td colspan=9 height=18 class=xl96 style='height:13.5pt'>Copyright<font
  1251. class="font25">©</font><font class="font24"> xxxx<span
  1252. style='mso-spacerun:yes'> </span>All rights reserved.</font></td>
  1253. <td></td>
  1254. </tr>
  1255. <tr height=17 style='height:12.75pt'>
  1256. <td height=17 colspan=3 class=xl25 style='height:12.75pt;mso-ignore:colspan'></td>
  1257. <td></td>
  1258. <td class=xl26></td>
  1259. <td class=xl27></td>
  1260. <td class=xl28></td>
  1261. <td></td>
  1262. <td class=xl29></td>
  1263. <td></td>
  1264. </tr>
  1265. <tr height=17 style='height:12.75pt'>
  1266. <td height=17 colspan=3 class=xl25 style='height:12.75pt;mso-ignore:colspan'></td>
  1267. <td></td>
  1268. <td class=xl26></td>
  1269. <td class=xl27></td>
  1270. <td class=xl28></td>
  1271. <td></td>
  1272. <td class=xl29></td>
  1273. <td></td>
  1274. </tr>
  1275. <tr class=xl89 height=17 style='page-break-before:always;height:12.75pt'>
  1276. <td height=17 colspan=3 class=xl25 style='height:12.75pt;mso-ignore:colspan'></td>
  1277. <td></td>
  1278. <td class=xl26></td>
  1279. <td class=xl27></td>
  1280. <td class=xl28></td>
  1281. <td></td>
  1282. <td class=xl29></td>
  1283. <td class=xl89></td>
  1284. </tr>
  1285. <tr height=18 style='mso-height-source:userset;height:13.5pt'>
  1286. <td height=18 colspan=3 class=xl25 style='height:13.5pt;mso-ignore:colspan'></td>
  1287. <td></td>
  1288. <td class=xl26></td>
  1289. <td class=xl27></td>
  1290. <td class=xl28></td>
  1291. <td></td>
  1292. <td class=xl29></td>
  1293. <td></td>
  1294. </tr>
  1295. <![if supportMisalignedColumns]>
  1296. <tr height=0 style='display:none'>
  1297. <td width=123 style='width:92pt'></td>
  1298. <td width=79 style='width:59pt'></td>
  1299. <td width=76 style='width:57pt'></td>
  1300. <td width=125 style='width:94pt'></td>
  1301. <td width=69 style='width:52pt'></td>
  1302. <td width=69 style='width:52pt'></td>
  1303. <td width=80 style='width:60pt'></td>
  1304. <td width=77 style='width:58pt'></td>
  1305. <td width=85 style='width:64pt'></td>
  1306. <td width=64 style='width:48pt'></td>
  1307. </tr>
  1308. <![endif]>
  1309. </table>
  1310.  
  1311. </body>
  1312.  
  1313. </html>
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 29
Reputation: jonathan.jbkt is an unknown quantity at this point 
Solved Threads: 0
jonathan.jbkt jonathan.jbkt is offline Offline
Unverified User

Re: PHP Parse Microsoft Excel htm

 
0
  #4
Jul 24th, 2007
I have displayed this from a Windows server and it displays fine but I need it to work on a Ubuntu Linux Server with PHP5
Last edited by jonathan.jbkt; Jul 24th, 2007 at 6:13 pm.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,438
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 510
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: PHP Parse Microsoft Excel htm

 
0
  #5
Jul 24th, 2007
Well, I would think the problem is the Office-specific content and tags in the file. You might take a look at this filter:
http://www.microsoft.com/downloads/d...displaylang=EN
from Microsoft that supposedly removes that content. I'm not sure it will fix everything but perhaps it's a start. I'm not surprised that Apache running on a Linux box would balk at Excel mso content, but I don't have direct experience with that.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 29
Reputation: jonathan.jbkt is an unknown quantity at this point 
Solved Threads: 0
jonathan.jbkt jonathan.jbkt is offline Offline
Unverified User

Re: PHP Parse Microsoft Excel htm

 
0
  #6
Jul 26th, 2007
Thank you so much. I am going to give that a shot and see if it work. I will let you know.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 29
Reputation: jonathan.jbkt is an unknown quantity at this point 
Solved Threads: 0
jonathan.jbkt jonathan.jbkt is offline Offline
Unverified User

Re: PHP Parse Microsoft Excel htm

 
0
  #7
Jul 30th, 2007
It turns out it was the way apache2 was handling the charset. I followed the instructions in this article and it worked.

http://padawan.info/web/debugging_ch...th_apache.html
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC