Read excel sheet without using POI api - struts

I am having an urgent requirement.
Reading data from excel sheet.
Is there any procedure to read data from excel sheet without using apache poi api. i have to use only struts.
Thanking you,
Vipul Kumar.

What do you mean you "only have to use Struts"? If that means you cannot use any other library (and I hope it doesn't), you only have one way: implement an Excel parser yourself.
I strongly advise you against it, though. Why would you want to reinvent the wheel?
If not, then there are a couple of alternatives to help you:
Apache POI
JExcelApi

Related

Has anyone found away to call Bloomberg BQL API using Pdblp or another package with Python?

The BQL works in Excel using what appears to be the same API add-in using the same fields to call the Bloomberg data, i.e PX_LAST. I currently run models in python using pdblp, that works great and I would love to move to the BQL version of the API to optimize data usage outside of the terminal. Is anyone aware of any effort to utilize the BQL in any package? I know someone asked about this last year... looking for an update.
Quite old but maybe someone comes along this thread...
I talked to BBG recently and they have no intention to open the BQL API for Python. They couldn't give me a reason why, when I asked but I guess they want to promote their internal BQNT environment.
I use:
"from xbbg import blp"
This seems to work pretty well.
The syntax is very similar to what one would use in excel e.g.
df = blp.bdh(tickers1, flds=fields,
start_date='2017-01-01', end_date='2023-01-25')
There is also:
"import blpapi"
But I find that less user friendly. You have to initate sessions etc.

Read Excel using Active JDBC in java

Can I read Excel file using active jdbc in java? I have been using Eclipse as IDE for java. Is there any jar files for active jdbc?
Can anyone help me in this?
ActiveJDBC is an ORM for database access. As such, it was not built to read Excel files. The latest version of ActiveJDBC can be pulled from Maven Central.
As You haven't given us exactly what you are trying to do. I'm suggesting another solution.
I have written a basic Excel ORM tool for these purposes. It's currently in development, but if you are looking for a basic solution you can try it.
I think it will mostly cover your basic needs.
And, feel free to contribute :)
Excel ORM GitHub Repository Link

Where to contribute Apache Pig UDF?

I have built some UDFs in Apache PIG. I want to make them available as open source. So can someone help me to find out where and how I can publish them.
piggybank is for exactly this.
Apache DataFu also has a good collection of Pig UDFs. If you have a UDF that you think will be generally useful you should open a JIRA and attach a patch ;)

Using Openschema to read Excel files in Powerbuilder

I would like write a script in Powerbuilder 11.5 in order to read Excel files from Powerscript.
I am looking for an example powerscript code as a guideline for it!
Any asssistance is kindly appreciated.
Thanks.
John.
Sybase has a good example using OLE posted. They also have an example connecting to Excel through ODBC and treating Excel sheets as tables with ODBC.
Good luck,
Terry.
I neglected the title in composing the original answer; my answer may not be applicable. I'm not sure how you could leverage Openschema.

How to embed excel in word programmatically?

Are there any way to do so? I prefer to use VB.NET or Java and try to avoid to use VBA. Thanks!
This information might help. It walks through automating Word using C#, but the examples should get you going with VB.