web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Change excel cell background color using x++ in D365

(0) ShareShare
ReportReport
Posted on by 51

Hi Experts,

I have a requirement to generate excel in which background color is required.

I have tried following code:

cell = null;
cell = cells.get_Item(currentRow, 1);
style = cell.style;

var fill = style.Fill;
var patternType = fill.PatternType;
patternType = OfficeOpenXml.Style.ExcelFillStyle.Solid;

var backgroundColor = fill.BackgroundColor;
backgroundColor.SetColor(System.Drawing.Color::FromArgb(190, 0, 0));

I am using OfficeOpenXml;

But am getting bellow error:

Can't set color when patterntype is not set.

I have also tried using patternType = ExcelFillStyle::Solid but received same error.

I have the same question (0)
  • Verified answer
    Sergei Minozhenko Profile Picture
    23,093 on at
    RE: Change excel cell background color using x++ in D365

    Hi Samkit,

    Try to use set method for PatterType on fill variable.

    fill.set_PatternType(OfficeOpenXml.Style.ExcelFillStyle::Solid);

  • Samkit Profile Picture
    51 on at
    RE: Change excel cell background color using x++ in D365

    Hi @Sergei Minozhenko,

    Thanks for the quick response. It worked like a charm.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 1,933

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 793 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 537 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans