Autofilter + FrozenPane + Cellsizes with XLSX

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
DrTob
Posts: 20
Joined: Tue Jul 19, 2011 2:31 pm

Autofilter + FrozenPane + Cellsizes with XLSX

Post by DrTob »

We use XLSReadWriteII 4 for creating XLS-Documents, now I tried to switch to XLSX with the following result:

1)
CellColors are Wrong.
--> I guess this is this problem: www.axolot.com/BB3/viewtopic.php?f=9&t= ... 6a94#p4337

2)
CellWith and Height are wrong/different.
-> I have to use much higher values to get the same result. Is there a easy way to convert the values?

3)
Autofilters doesn't work.
--> I add Autofilters whith Sheet.Autofilters.Add(0, FHeaderRows, COL_MaxIndex, FHeaderRows); In the XLSX file this has no effect. (no <autoFilter ref="A8:J8"/> part in sheet1.xml)

4)
FrozenPanes dosn't work.
--> I froze the HeaderRows with
ASheet.Pane.SplitColX := 0;
ASheet.Pane.SplitRowY := AFixedRows;
ASheet.Pane.TopRow := AFixedRows;
ASheet.Pane.PaneType := ptFrozen;
ASheet.Pane.ActivePane := 0;
ASheet.Options := ASheet.Options + [soFrozenPanes];

in XLSX this has no effect.

5)
Charts dosn't work


are these known problems? Is there possible solution?
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Autofilter + FrozenPane + Cellsizes with XLSX

Post by larsa »

Hello

Yes, those are known problems. They will be fixed in th new version 5.
Lars Arvidsson, Axolot Data
Post Reply