Search found 4 matches

by keithblo
Wed Sep 02, 2009 2:17 pm
Forum: XLSReadWriteII 3/4/5
Topic: Missing file: "XMLValueList.pas"?
Replies: 0
Views: 2327

Missing file: "XMLValueList.pas"?

Hi Support,

I just downloaded the latest registered XLSReadWriteIIV4 for Delphi 2009 as well as Delphi 2007 and cannot compile anything, as the file ‘XMLValueList.pas’ is missing (required by ‘XLSXML4.pas’) .

Please could you urgently advise!?!


Kind Regards,

Keith
by keithblo
Wed Apr 08, 2009 8:25 am
Forum: XLSReadWriteII 3/4/5
Topic: LSReadWriteII V4- Stacked charts problem
Replies: 0
Views: 2312

LSReadWriteII V4- Stacked charts problem

Hi Support, I am trying to create a stacked column chart, but the result is somewhat ugly (top stacked columns are offset): Here is sample code to reproduce the effect: [Code] procedure TForm1.Button1Click(Sender: TObject); var lChart: TDrwChart; lLabel: TChartLabel; lXLS : TXLSReadWriteII4; lSheet:...
by keithblo
Wed Aug 06, 2008 6:44 pm
Forum: XLSReadWriteII 3/4/5
Topic: Setting angle/font/format for charts CategoryAxis/ValueAxis?
Replies: 0
Views: 1540

Setting angle/font/format for charts CategoryAxis/ValueAxis?

Hi Lars,

Are there any plans to support setting the 'axis values' (not the axis label) data formatting (i.e. dd/mm/yyy), the font and the angle of a chart's PlotArea.CategoryAxis and PlotArea.ValueAxis?


Kind Regards,

Keith Blows
by keithblo
Thu Nov 01, 2007 7:31 pm
Forum: XLSReadWriteII 3/4/5
Topic: Hyperlinks lost when using InsertRows
Replies: 0
Views: 2062

Hyperlinks lost when using InsertRows

Support, It would appear that calling InsertRows, causes all previously inserted hyperlinks to be lost in the document. Please could you advise a fix/workaround ASAP. Regards, Keith Blows program XLSHyperlinkErr; { Demo showing what appears to be a bug in XLSReadWriteII V3 1. Using InsertRows causes...