Guest User

Untitled

a guest
Apr 5th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. weightFormat <- createCellStyle(outputwb)
  2.  
  3. setDataFormat(weightFormat, format = "#,##0 kgs")
  4.  
  5. setCellStyle(outputwb,sheet="Data", row = 1:size, col = 3, cellstyle = weightFormat)
Advertisement
Add Comment
Please, Sign In to add comment