Search found 11 matches

by pl00
Mon Mar 18, 2013 7:55 pm
Forum: XLSReadWritwII 6
Topic: Three Problems with 5.10.05
Replies: 5
Views: 3865

Re: Three Problems with 5.10.05

Thanks - that nailed it.
by pl00
Mon Mar 18, 2013 2:51 pm
Forum: XLSReadWritwII 6
Topic: Three Problems with 5.10.05
Replies: 5
Views: 3865

Re: Three Problems with 5.10.05

Thanks for the fixes - most of the issues are resolved. However, I still have a problem with formatting dates. I use: FXLS.CmdFormat.BeginEdit(Nil); FXLS.CmdFormat.Number.Format := 'dd mmm yyyy'; FXLS.CmdFormat.Alignment.Horizontal := chaCenter; FXLS.CmdFormat.AddAsDefault('FCDate'); Format_CDate :=...
by pl00
Wed Mar 13, 2013 11:04 pm
Forum: XLSReadWritwII 6
Topic: Three Problems with 5.10.05
Replies: 5
Views: 3865

Three Problems with 5.10.05

1. Freezing top rows causes those rows to be displayed twice when the resulting spreadsheet is opened. Scrolling the sheet resolves the issue. If the spreadsheet is saved after the scrolling, it displays correctly on subsequent opens. 2. AutowidthCols doesn't work propery if cells contain non defaul...
by pl00
Mon Mar 04, 2013 9:20 pm
Forum: XLSReadWritwII 6
Topic: Format Cells
Replies: 4
Views: 4723

Re: Format Cells

5.10.03 seems to have resolved most of the issues. However, attempting to set up a default format for a date doesn't work, example FXLS.CmdFormat.BeginEdit(Nil); FXLS.CmdFormat.Number.Format := 'dd-mmm-yyyy'; FXLS.CmdFormat.Alignment.Horizontal := chaCenter; FXLS.CmdFormat.AddAsDefault('FCDate'); Th...
by pl00
Mon Mar 04, 2013 9:07 pm
Forum: XLSReadWritwII 6
Topic: Autosize columns version 5 not correct
Replies: 3
Views: 3226

Re: Autosize columns version 5 not correct

I have come across a couple where a number format is applied.

'"$"#,##0.00 - for currencies. I don't think the $ symbol is included in the calculation

dd mmm yyyy and dd mmm yyyy hh:mm - for dates. These don't appear to contribute to the width in anyway.
by pl00
Fri Mar 01, 2013 2:17 pm
Forum: XLSReadWritwII 6
Topic: Format Cells
Replies: 4
Views: 4723

Re: Format Cells

I believe I've followed the sample correctly, but it appears that the last default format saved is the only one returned irrespective of the selection method used.

>Use the XLS.CmdFormat object for formatting cells. Please study the FormatCells sample for more details
by pl00
Wed Feb 20, 2013 8:49 pm
Forum: XLSReadWritwII 6
Topic: Format Cells
Replies: 4
Views: 4723

Format Cells

I'm having difficulty formatting cells on a worksheet. I'm only trying to set three attributes, viz. . the number format (on floats and dates); . bolding; and . Horizontal alignment. If I attempt to set all cells using the same format (Cell[Col,Row].NumberFormat ....) all is fine (and I can setup as...
by pl00
Wed Feb 20, 2013 8:36 pm
Forum: XLSReadWritwII 6
Topic: Freeze Panes
Replies: 4
Views: 2807

Re: Freeze Panes

While this works, there seems to be a minor bug.

When opening the spreadsheet, the top row is displayed twice. Scrolling the sheet fixes this and, if the workbook is saved, it displays correctly on next open.
by pl00
Mon Feb 18, 2013 8:45 pm
Forum: XLSReadWritwII 6
Topic: Freeze Panes
Replies: 4
Views: 2807

Freeze Panes

I'm probably missing something quite obvious, but I can't see how to freeze the top (&/or left) pane(s).

A clue would be appreciated.
by pl00
Mon Feb 18, 2013 8:42 pm
Forum: XLSReadWritwII 6
Topic: Release 5.10 - AxCompilers.inc
Replies: 0
Views: 2388

Release 5.10 - AxCompilers.inc

Thanks for 5.10 - it addresses several minor issues I had, importantly the cell format issue. However, on installation I didn't get a copy of AxCompliers.inc (that I could find). Not a major drama, I used the copy I had from 5.01. (From memory I'd also had to modify AxCompilers.inc for Delphi XE3 by...
by pl00
Sat Feb 09, 2013 8:50 pm
Forum: XLSReadWritwII 6
Topic: Next Update
Replies: 3
Views: 3211

Next Update

Have you an anticiated time when the next maintenance release will be available (I downloaded the current one and it appears to be unchanged since December 2013).

I'm particularly after the fix for setting the number format on a per cell basis.