• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

how to read a xls file

New Here ,
Jan 29, 2007 Jan 29, 2007

Copy link to clipboard

Copied


I was searching in internet about this and I found a library "POIUtility" wich I down loaded.

When I run the test code I get the following error:

Element CELL is undefined in LOCAL.

This is the line with the problem: 365 : LOCAL.CellType = LOCAL.Cell.GetCellType();

Has anybody used that library ?

Or, if do you know another way to do it !!!
TOPICS
Advanced techniques

Views

228

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jan 30, 2007 Jan 30, 2007

Copy link to clipboard

Copied

There's a couple of ways to do it from using a COM object or just setting up the excel file up as an odbc datasource. I've got a writeup on the datasource method on my blog that may help.

http://www.intersuite.com/client/index.cfm/2006/12/5/ColdFusion-QD-Reading-Excel-Data

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 30, 2007 Jan 30, 2007

Copy link to clipboard

Copied

LATEST
This link just came through the HouseOfFusion cftalk list. Looks very
interesting.

http://www.bennadel.com/index.cfm?dax=blog:474.view

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation