This Question is Assumed Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1 Replies Last post: Jan 27, 2010 3:57 PM by Roman Kazmin  
Joe Jess   1 posts since
Jan 27, 2010
Currently Being Moderated

Jan 27, 2010 7:47 AM

Writing formulas using jxl which are custom API calls

I am trying to write a formula in an excel spreadsheet that will be opened in a Bloomberg Terminal.  There are "custom" api in the Bloomberg terminal that can understand formula like:  

 

=BLP("CER SP EQUITY","LAST_PRICE")

 

But when I write this using jxl I get the following error.
=1 ERROR()

 

My code looks something like this:

 

_formula is the variable for the string as follows:

BLP("CER SP EQUITY","LAST_PRICE")


f = new Formula(1, 1, _formula);

 

s.addCell(f);

 

JJ

Roman Kazmin TeamDev Ltd. 145 posts since
Nov 21, 2008
Currently Being Moderated
1. Jan 27, 2010 3:57 PM in response to: Joe Jess
Re: Writing formulas using jxl which are custom API calls

Hello Joe,

 

It seems you are using opensource jexcelapi project but not our JExcel library. This forum is intended for support of TeamDev products (www.teamdev.com) only.

 

To resolve this issue you need contacting with jexcelapi team on project web site: http://tech.groups.yahoo.com/group/JExcelApi/. Please address all your questions related to usage of jexelapi product to corresponding site of product owner. I hope this helps.

 

If you have any questions related to usage of our JExcel product, please let us know and we will be happy to help.

 

Sincerely,
Roman

More Like This

  • Retrieving data ...