Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4023802
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:38:35+00:00 2026-05-20T10:38:35+00:00

Can anybody help me with ExcelLibrary ? I’d like to set a cell background

  • 0

Can anybody help me with ExcelLibrary?
I’d like to set a cell background and font color, but I don’t know how can I do it.
I try to get access to a cell style, but I didn’t found it.

Anybody have any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:38:35+00:00Added an answer on May 20, 2026 at 10:38 am

    I’ve looked into this library for you and found the following (warning – it’s bad news!):

    1. There is no released version of ExcelLibrary that allows access to cell colours.

    2. In the unreleased source code there is a BackColor property in the new CellStyle class, however there is no property to represent foreground colour.

    3. The BackColor property is not persisted when the workbook is saved. It is only used to set the background colour of a cell when the workbook is loaded.

    If use of colours is a requirement then use NPOI (as recommended by @jamietre). You can then set foreground and background colours like this:

    HSSFCellStyle style1 = hssfworkbook.CreateCellStyle();
    
    // cell background
    style1.FillForegroundColor = NPOI.HSSF.Util.HSSFColor.BLUE.index;
    style1.FillPattern = HSSFCellStyle.SOLID_FOREGROUND;
    
    // font color
    HSSFFont font1 = hssfworkbook.CreateFont();
    font1.Color = NPOI.HSSF.Util.HSSFColor.YELLOW.index;
    style1.SetFont(font1);
    
    cell.CellStyle = style1;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anybody help me out, I'm stuck, don't know how to write a php
Can anybody help me how to set the windows media player express settings programmatically?
Can anybody help me with this? I prefer if I don't have to explicitly
Can anybody help me oput by letting me know the taglib uri for JSTL
Can anybody help me out? I would like to store a hex colorPicker value
Can anybody help me to build an XSD file to validate XMLs like these:
Can anybody help me out to know the possible reasons for which Apple store
Can anybody help me set the graphical layout option in eclipse to the dimensions
Can anybody help me set the graphical layout option in eclipse to the dimensions
Can anybody help me that how can i set PRINT and save as PDF

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.