oleibman
oleibman
If you put `` at the start of `$data` and `` at the end, the span will be treated as inline.
I don't see a difference in the 2 files you supplied. xls (presumed working)  xlsx (presumed not working)  Are you seeing something different in one of the files?
Yes, this definitely appears to be an issue with LibreOffice. As I described it in PR #3459, Excels's implementation of Alignment is "mysterious". To match Excel's behavior, LibreOffice needs to...
BTW, I believe LibreOffice has a problem only when Alignment is specified in the default font. As a workaround, you could explicitly specify Alignment on the specific cells which you...
Interestingly, this problem happens when the `s` (style number) attribute is omitted from the `c` (cell) tag. ``` ``` However, when the s attribute is explicitly specified as 0 (default),...
Your explanation of the xml is correct. Xls format does not use Xml; it uses a proprietary binary format that I'm not particularly familiar with, but one can certainly conjecture...
The sample code you supplied is missing one `` and one `` tag in your html. I believe that adding those fixes your problem. You may not be able to...
You need to set output escaping. See discussion at: https://github.com/PHPOffice/PHPWord/issues/2524#issuecomment-1847981808
Unable to duplicate. When I load and save the spreadsheet to a new file, the chart is in B24, as expected. I am, admittedly, running from the command line rather...
We currently support printArea only for Xlsx and Xls. I will treat this issue as a feature request rather than a bug. I offhand have no idea how difficult it...