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

Notifications

Announcements

No record found.

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

    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

    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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
Martin Dráb Profile Picture

Martin Dráb 551 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

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

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 278 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans