Search found 3 matches
- Wed Aug 22, 2018 8:30 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: chart name months at the botom and title of the X and Y axis
- Replies: 0
- Views: 7377
chart name months at the botom and title of the X and Y axis
Hello, I use delphi7 and XLSReadWriteII5 I have some questions with charts, I test the CreateChartsSample 1) How I can put the name of the months at the Botom not at the Top of each point ? for i := 0 to 11 do begin // with Labels.Add(cltDataPoint) do begin with XLS.BIFF[0].Charts[0].Labels.Add(cltD...
- Thu Aug 25, 2016 2:58 pm
- Forum: XLSReadWritwII 6
- Topic: Columns set not working
- Replies: 3
- Views: 3424
Re: Columns set not working
I have not problem with XLS5.CmdFormat.BeginEdit(XLS5[0]); XLS5.CmdFormat.Number.Format := '##,###,##0.00 ;[Red](##,###,##0.00);'; XLS5.CmdFormat.ApplyCols(10,10); I have very much units with for example XLS5.Sheets[0].Columns[1].NumberFormat := '#####0'; XLS5.Sheets[0].Columns[2].NumberFormat := '#...
- Tue Aug 23, 2016 7:17 pm
- Forum: XLSReadWritwII 6
- Topic: Columns set not working
- Replies: 3
- Views: 3424
Columns set not working
Hello this work fine in XLS v3 but not change the font in v5 Why Columns set not working ? :shock: Thank you in advance Carl implementation uses Xc12DataStyleSheet5, ShellAPI{ShellExecute} ; procedure TForm1.FormCreate(Sender: TObject); var St:array[0..255] of char; procedure MoreData5(sFormat:strin...