https://issues.apache.org/bugzilla/show_bug.cgi?id=54373
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #5 from Nick Burch <[email protected]> --- (In reply to Eric Riese from comment #4) > As per the Open XML SDK 2.0 Productivity Tool for Microsoft Office > "The attribute 'rgb' has invalid value 'FF0000'. The actual length according > to datatype 'hexBinary' is not equal to the specified length. The expected > length is 4." Some .xlsx colours require a 4 hex form (ARGB), others require a 3 hex form (RGB). At first glance, it would appear that the wrong kind is getting written Any chance someone could step into the colour and style code with a debugger, and see what is getting written where and why, to try to narrow down where the bug is coming in? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
