The Artima Developer Community
Sponsored Link

Java Answers Forum
Parser

5 replies on 1 page. Most recent reply: Oct 18, 2004 2:31 PM by Charles Bell

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 5 replies on 1 page
Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Parser Posted: Oct 1, 2004 11:23 AM
Reply to this message Reply
Advertisement
Does there somewhere exist a parser like the Excel-Parser I can use for Java?

I would like to define and implement all the funcions, but I hate evaulating Strings.


Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: Parser Posted: Oct 3, 2004 8:22 PM
Reply to this message Reply
WIll this help you?

https://javacc.dev.java.net/

Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: Parser Posted: Oct 5, 2004 10:53 PM
Reply to this message Reply
thanks, I'll look into it.

Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: Parser Posted: Oct 17, 2004 7:52 AM
Reply to this message Reply
I am not familiar with what an Excel-Parser is, but I would like to add that java has built in parsers for html and xml.

The apache poi project may be what you are looking for.

http://jakarta.apache.org/poi/index.html

Jakarta POI - Java API To Access Microsoft Format Files

Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: Parser Posted: Oct 18, 2004 12:47 AM
Reply to this message Reply
Thanks, but I don't need a parser for Excel but one wich works like the parser for cells in Excel.

I think I'm on a good way to crate something in this way.
since the text get's generated from a form, it needs a rather simple error handler routine.

Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: Parser Posted: Oct 18, 2004 2:31 PM
Reply to this message Reply
From what I read on the POI developer email list, the POI project is what you should be checking into. Most of the posts are about Excel cells.

The software is being used in the open office or the ohter way around. The Excel part of the POI project is the most complete part.

Flat View: This topic has 5 replies on 1 page
Topic: adding ovals Previous Topic   Next Topic Topic: Binary Tree

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use