xlsx icon indicating copy to clipboard operation
xlsx copied to clipboard

typo in CellStyle example

Open mapMakingActuary opened this issue 7 years ago • 2 comments

cs <- CellStyle(wb) + Font(wb, heightInPoints=20, isBold=TRUE, isItalic=TRUE, name="Courier New", color="orange") + Fill(backgroundColor="lavender", foregroundColor="lavender", pattern="SOLID_FOREGROUND") + Alignment(h="ALIGN_RIGHT")

setCellStyle(cell.1, cellStyle1)

mapMakingActuary avatar Sep 03 '18 22:09 mapMakingActuary

sorry, hit enter before I finished.

the setCellStyle function is looking for cellStyle1, but above object is called cs.. super minor, but easy to fix.

thanks! starting to play around w/ this package now. looks great!

mapMakingActuary avatar Sep 03 '18 22:09 mapMakingActuary

Thanks for the note! Just FYI, you are able to edit github comments (see ... in the top right corner of the comment)

colearendt avatar Sep 04 '18 21:09 colearendt