You've already forked lazarus-ccr
fpspreadsheet: Remove comment about to do item regarding writing of conditional fonts in xlsx.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8037 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -6591,15 +6591,8 @@ begin
|
|||||||
'<dxf>');
|
'<dxf>');
|
||||||
|
|
||||||
{ font }
|
{ font }
|
||||||
// TODO: Fix font handling: although correct in syntax something seems to be missing...
|
|
||||||
if (uffFont in AFormat^.UsedFormattingFields) then
|
if (uffFont in AFormat^.UsedFormattingFields) then
|
||||||
begin
|
begin
|
||||||
(*
|
|
||||||
AFormat^.UsedFormattingFields := AFormat^.UsedFormattingfields - [uffFont]; // trying to make the file readable...
|
|
||||||
FWorkbook.AddErrorMsg('Writing conditional font not supported by XLSX writer.');
|
|
||||||
{
|
|
||||||
*)
|
|
||||||
|
|
||||||
font := TsWorkbook(FWorkbook).GetFont(AFormat^.FontIndex);
|
font := TsWorkbook(FWorkbook).GetFont(AFormat^.FontIndex);
|
||||||
if font <> nil then
|
if font <> nil then
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user