BR

Hello,

 

I'm working on an Excel report and want to change a cell's style. However, whenever I call:

var style = new XlsCellStyle()

I get an error: "XlsCellStyle is not defined'.

I'm using the workbook APIs for the report..I just can't change the cell's style, otherwise everything is working great. This looks like a very simple thing to fix...any tips?

by Ilya Seletkov
Posted on Wed, 04/04/2012 - 11:45

Hello!

As for me, I use the  next code to change excell cell style:

 

var oOut = Context.createExcelWorkbook("123.xls");   //Color of the text in cell var oBlueFont = oOut.createFont(); oBlueFont.setColor(30); //Blue (10 for red)   //Style of the cell var oBlueStyle  = oOut.createCellStyle(oBlueFont, 0, 0, 0, 0, 0, 0, 0, 0, Constants.ALIGN_LEFT, Constants.ALIGN_CENTER, 0, 0, Constants.NO_FILL);  oBlueStyle.setVerticalAlignment(Constants.VERTICAL_TOP);  oBlueStyle.setWrapText(true);  oBlueStyle.setBorderBottom(Constants.BORDER_THIN);  oBlueStyle.setBorderTop(Constants.BORDER_THIN);  oBlueStyle.setBorderLeft(Constants.BORDER_THIN);  oBlueStyle.setBorderRight(Constants.BORDER_THIN);   Hope, this helps.  
0
by Ye Ding
Posted on Mon, 06/17/2019 - 14:17

Hello Ilya Seletkov,

I've tried your code and it's helpful.

A small question: how to know the font color number used to set the font color? (in your example Blue = 30 and Red = 10). These values are not the Aris constant value like Constants.C_BLUE. 

Thanks!

BR

 

0
by Ilya Seletkov
Posted on Mon, 06/17/2019 - 15:51

The straightforward solution is to output all integer (0-50) color identifiers to different cells in excel.

Can't remember exact documentation.

BR.

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock