Anyone creating and reading Excel or Word docs using XML& CFMX?

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Anyone creating and reading Excel or Word docs using XML& CFMX?

    Hi Just wondering if anyone on the list is using CF and XML to create and / or
    read Excel or Word docs. We have apps using Excel and Word server-side to
    create and read Excel files and create Word files. We know this is not
    recommened but the app is almost 3 years old and using Excel and Word
    server-side was the most appropriate option at the time. MS finally released
    the XML schema for Excel and Word last year
    ([url]http://www.microsoft.com/office/xml/default.mspx[/url]) and we are now considering
    using XML or POI using CFMX on Linux If you have attempted (whether
    successfully or not) to create and read Excel or Word docs using XML (or POI)
    I'd appreciate it if you could share your experience here. Cheers Nathan

    RustyAxe Guest

  2. Similar Questions and Discussions

    1. Editing Word docs
      I want to edit a Word document with Contribute but when I select the file using the choose button the file open in a new window. I am able to edit...
    2. MTB-How to convert multiple .pdf docs to MS Word docs all at same time.
      Is there a way to convert multiple .pdf documents to MS Word Docs all at the same time without having to open each .pdf document & save as a MS Word...
    3. creating word/excel document
      We have an application where the user fills out many screens and when they are done, we are supposed to display the text they entered in a word or...
    4. Bad excel docs with Spreadsheet::WriteExcel::Simple
      I've been trying to create an excel document with SpreadSheet::WriteExcel::Simple on Windows 2000 Server, and open it with MS Excel 7.0 (old, I...
    5. Creating Links to Word or Excel documents
      I would like to insert links to external Word or Excel documents in my FileMaker "Project Management" data base. For example, FileMaker would...
  3. #2

    Default Re: Anyone creating and reading Excel or Word docs usingXML & CFMX?

    Hey Nathan,

    I've been using POI for almost 2 years now to parse uploaded excel files. As
    long as you know the limitations and can live with them, it works great
    (formula support is lacking, I ended up writing some menial formula support
    into my parser). I haven't done anything with word docs, so I can't help you
    there. Nor have I done any excel file creation, simply reading.

    I was previously using POI in a J2EE app, so I already had experience in it,
    and a nice friendly wrapper class written to utilize it. I just call that
    wrapper class from CF using createobject.

    Kronin555 Guest

  4. #3

    Default Re: Anyone creating and reading Excel or Word docs usingXML & CFMX?

    Thanks Kronin555

    I haven't found many people out there using XML but quite a few using POI so we may give POI a go.

    Cheers

    Nathan
    RustyAxe Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139