Search found 3 matches
- Mon Sep 19, 2011 8:59 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Inserting rows shift HorizPageBreaks
- Replies: 2
- Views: 4604
Re: Inserting rows shift HorizPageBreaks
Inserting rows not change value of row in collection HorizPageBreaks! I dicided this so: procedure xrwInsertRow(xrw: TXLSReadWriteII4; nRow:integer;nRowsCount:integer=1); var i: integer; begin xrw.Sheet[xrwSheet].InsertRows(nRow,nRowsCount); //вставим пустую строку for i:=0 to xrw.Sheet[xrwSheet].Pr...
- Fri Sep 16, 2011 1:04 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Inserting rows shift HorizPageBreaks
- Replies: 2
- Views: 4604
Inserting rows shift HorizPageBreaks
I have Excel file with HorizPageBreaks.
I read it and insert rows in begin of it.
xrw.Sheet[0].Rows.InsertRows(nRow,nCount);
After saving I see that HorizPageBreaks was shift from his places up on nCount.
Its is Error or So must be?
I read it and insert rows in begin of it.
xrw.Sheet[0].Rows.InsertRows(nRow,nCount);
After saving I see that HorizPageBreaks was shift from his places up on nCount.
Its is Error or So must be?
- Wed Sep 14, 2011 5:35 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: openoffice views build excel file not correct
- Replies: 0
- Views: 2862
openoffice views build excel file not correct
I built excel file with xlsreadwriteii4. I view it by MS Excel - All - OK. But when open it with OpenOffice it looks not correct. (Height of rows with merged and wraped cells too small, and in Excel was right.) Then I again open my file in Excel and save it. Then open by OpenOffice and see that all ...