search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

[Excel export] Cannot merge already merged cells

Asked by Leo
6 hours ago.

Hi Dan,

Thanks for the latest update. Just to keep you up-to-date and because the other ticket was closed automatically:

The bug for Excel exports in DayPilot.Gantt mentioned here still exists in 2025.3.6646.

Cheers
Leo

Answer posted by Dan Letecky [DayPilot]
5 hours ago.

Hi Leo,

Thanks for the update. This issue should be fixed now in the latest sandbox build (2025.3.6647).

Please let me know if the problem persists.

Comment posted by Leo
2 hours ago.

Hi Dan,

Unfortunately, it does not. However, the documented change is for the Scheduler, not the Gantt?

Cheers
Leo

Comment posted by Dan Letecky [DayPilot]
1 hour ago.

The Gantt chart uses Scheduler internally, so the change applies to it as well.

I’m not able to reproduce the problem with the following config anymore:

dp.scale = 'Week';
dp.cellWidth = 100;
dp.useEventBoxes = 'Never';
dp.cellDuration = 1440;
dp.cellGroupBy = "Month";
dp.cellWidth = 100;
dp.cellWidthSpec = "Fixed";
dp.timeHeaders = [
    {groupBy: "Month", format: "MMMM yyyy"},
    {groupBy: "Week", format: "d"}
];
dp.useEventBoxes = "Always";
dp.days = 300;

Sometimes, the old version of the library gets cached so you can verify that.

If the problem still persists, could you please post a full config that reproduces the problem?

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):