HOWTO-microsoft.htm 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Microsoft documents</title>
  5. <meta charset="utf-8">
  6. <link href="./manual.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body>
  9. <div id="container">
  10. <header class="logo-header">
  11. <img class="header-logo" alt="Logo" src="puppylogo96.png">
  12. <h1>HOWTO: Microsoft documents</h1>
  13. </header>
  14. <p>
  15. We know that <i>Microsoft Office</i> is the defacto standard, so it is something we have to cope with. The most common problem is Word documents -- many business people will type a document using Word and then attach it to an email and expect the recipients to be able to view it. So, let's consider Word...
  16. </p>
  17. <section>
  18. <h2>MS Word .doc files</h2>
  19. <p>
  20. Microsoft uses a proprietary and poorly documented format for Word files, and to make matters worse, a document prepared with Word2000 (say) may not be viewable by someone with Word97. This puts customers into Microsoft's infamous upgrade cycle.
  21. </p>
  22. <p>
  23. Anyway, let's focus on the situation with Puppy.<p>Puppy has <i>Abiword</i> word processor, which has <i>wv</i> builtin to it. This allows Abiword to import and export MS DOC files.
  24. </p>
  25. <p>
  26. The Abiword help page: <a href="/usr/share/doc/abiword.htm">/usr/share/doc/abiword.htm</a>
  27. </p>
  28. <p>
  29. Note also that Rox file manager, Sylpheed mail client and other applications are setup to invoke Abiword. Left-click on a DOC file in Rox, and it will open in Abiword.
  30. </p>
  31. <p>
  32. <div>The configuration files for ROX-Filer are in /root/Choices/</div>
  33. <div>The configuration file for Sylpheed is /root/.sylpheed/sylpheedrc</div>
  34. <div>MIME types and external applications for Sylpheed attachments are obtained from /etc/mimetypes and /etc/mailcap</div>
  35. <div>Seamonkey also reads /etc/mimetypes and /etc/mailcap, to offer a player/viewer for a file that you are about to download.</div>
  36. </p>
  37. </section>
  38. <section>
  39. <h2>MS Word .rtf files</h2>
  40. <p>
  41. <i>RTF</i> means Rich Text Format, and is a file format for wordprocessors. The RTF standard is fully documented and all major word processors can open and save in it, including MS Word. Thus, users of MS Word should be encouraged to save documents in RTF format before sending them off to other people.
  42. </p>
  43. <p>
  44. Abiword can import and export RTF.
  45. </p>
  46. <p>
  47. Once again, ROX-Filer and Sylpheed have been setup to recognise files with ".rtf" extension. In the case of ROX, just left-click.
  48. </p>
  49. </section>
  50. <section>
  51. <h2>MS Excel spreadsheet files</h2>
  52. <p>
  53. The <i>Excel</i> spreadsheet program is a part of the Office suite.
  54. </p>
  55. <p>
  56. Puppy up to version 0.9.7 has <i>ABS</i>, which is a spreadsheet application. ABS is still available as a PET package. The native file format of ABS can be converted to Excel format, and vice versa, by means of a macro. The documentation can be found in the external package.
  57. </p>
  58. <p>
  59. Puppy version 0.9.8+ has <i>Planmaker Free Edition</i>, which is a free release of a Planmaker, a commercial product. The Free Edition is not crippled and has no restrictions on usage, except that there is a limitation on maximum number of rows and columns that can be edited. The really good news is that it can open, edit and save Excel-format spreadsheet files. Planmaker is still available as a PET package.
  60. </p>
  61. <p>
  62. The documentation is a PDF file: <a href="planmaker.pdf">planmaker.pdf</a> (only if Planmaker package installed)<br>
  63. Here is the licence document: <a href="/usr/local/planmaker/license.txt">license.txt</a> (only if Planmaker package installed)
  64. </p>
  65. <p>
  66. Puppy version 1.0.4 and later has <i>Gnumeric</i>, with a full set of plugins, including Excel import and export. Gnumeric is open source, free, and is superb.
  67. </p>
  68. <p>
  69. Finally, if you want the ultimate, <i>OpenOffice</i> is available for Puppy, not in the live-CD but available either as a PET package or an SFS file. The latter is recommended. If you don't know what an SFS file is, please go to <a href="http://puppylinux.com/development/package-management.htm">http://puppylinux.com/development/package-management.htm</a>.
  70. </p>
  71. </section>
  72. <section>
  73. <h2>MS Fonts</h2>
  74. <p>
  75. Yes, MS TrueType fonts can easily be used in Puppy -- it is just a matter of copying them across (or, if that is a legal problem, a symbolic link can be made from the Puppy partition to the fonts in the Windows partition).
  76. </p>
  77. <p>
  78. The Abiword help page explains how: <a href="/usr/share/doc/abiword.htm">/usr/share/doc/abiword.htm</a>
  79. </p>
  80. </section>
  81. <section>
  82. <h2>Open Document Format</h2>
  83. <p>
  84. I mention this here as ODF is becoming the international standard document file format. Abiword can now import and export ODF files.
  85. </p>
  86. <p>
  87. Yeah, but what about MS Office? Microsoft has been strongly opposed to ODF, and still snipe at it. It is in Microsoft's interest <i>not</i> to have open document standards, as by having closed (secret) file formats they can always stay a step ahead of the competition. So, MS does not offer ODF import and export for Office, however the good news is that a company has developed a plugin that does just that, and it's free.
  88. </p>
  89. <p>
  90. I don't yet have details on where to obtain the ODF plugin for MS Office.
  91. </p>
  92. <p>
  93. Note: You can find a collection of example files at /usr/share/examples, including .xls (Excel) and .doc (Word) files.
  94. </p>
  95. </section>
  96. </div>
  97. </body>
  98. </html>