Search found 8 matches

by Noemie
Thu Aug 04, 2016 8:56 am
Forum: XLSReadWritwII 6
Topic: XLSDbRead5 : Non printing characters
Replies: 1
Views: 1838

XLSDbRead5 : Non printing characters

Dear all, We are using XLSDbRead5 linked with XLSReadWriteII5 components to extract some of our SQLServer data to an xlsx file. It's working great so far. Some of our customers got some strange non printing caracters (like ASCII #31 for example) in some varchar fields. It can comes from copy/past fr...
by Noemie
Wed Dec 09, 2015 1:00 pm
Forum: XLSReadWritwII 6
Topic: Multiline cell
Replies: 2
Views: 2362

Re: Multiline cell

Dear Larsa,

It's working great,

Thanks for your answer.

Noémie
by Noemie
Wed Dec 09, 2015 7:47 am
Forum: XLSReadWritwII 6
Topic: Problem "ShrinkToFit" with a column
Replies: 1
Views: 1824

Re: Problem "ShrinkToFit" with a column

For those who might be insterrested. I solved my problem with this function :

Code: Select all

XLSReadWriteII51[0].AutoWidthCol(Col_);
Cheers

Noémie
by Noemie
Tue Dec 08, 2015 3:25 pm
Forum: XLSReadWritwII 6
Topic: Multiline cell
Replies: 2
Views: 2362

Multiline cell

Dear all, I try to set the string value of a cell on multiple lines. For this I use "#13+#10" caractères (CR/LF) This way : XLSReadWriteII51[0].AsString[Col,Row]:='TEST'+#13+#10+'TEST 2'; XLSReadWriteII51[0].Rows[Row].Height:=4000; When I open the xlsx file, the data are in one line "...
by Noemie
Tue Dec 08, 2015 11:53 am
Forum: XLSReadWritwII 6
Topic: XlsReadWriteII5 cell FontName
Replies: 2
Views: 2482

Re: XlsReadWriteII5 cell FontName

Dear cakmakb,

I got the exact same problem as you. Did you find any solution to change the font of only one cell?

Thanks a lot.

Noémie
by Noemie
Mon Dec 07, 2015 10:23 am
Forum: XLSReadWritwII 6
Topic: Problem "ShrinkToFit" with a column
Replies: 1
Views: 1824

Problem "ShrinkToFit" with a column

Hi everybody, We are using TXLSReadWriteII5 component to extract data to xlsx universal format. I got a problem with the "ShrinkToFit" procedure for a column property. This returns an exception and wont work. I use it successfully with a row. Here is a mini-sample where I reproduced the er...
by Noemie
Thu Sep 12, 2013 2:35 pm
Forum: XLSSpreadSheet
Topic: Copy From 1 spreadsheet to another
Replies: 1
Views: 6151

Copy From 1 spreadsheet to another

Hi guys, I would like to know if it's possible to copy some rows from a TXLSSpreadSheet to another TXLSSpreadSheet and to keep the same format (row height, cells font, cells colors, Pictures, ...) For the project I am now developping, I actually need to concatenate several XLS file in only one on th...
by Noemie
Wed Mar 24, 2010 10:08 am
Forum: XLSSpreadSheet
Topic: Read only one sheet
Replies: 1
Views: 3333

Read only one sheet

Hi. I have an XLSX file which contains several sheets (About 15) Is there a way to load only one sheet in the XLSSpreadSheet component with the "read" method (By specifying the sheet number for example)? My XLSX file is quite big and it takes a long time to read the whole file. As I only n...