Search found 23 matches

by shenjige
Mon May 23, 2016 1:37 pm
Forum: XLSReadWritwII 6
Topic: How to set format for merged range?
Replies: 1
Views: 2109

How to set format for merged range?

Hi, I have a merged range that covers three cells. When I set formats(color shade and thick border) for the range, it only shows for the first cell, not for the entire range. I have tried XLS->CMDFormat, XLSRange->BorderInsideHorizStyle, I got the same results. Does anyone know how to do that? I rem...
by shenjige
Sat Nov 28, 2015 2:30 pm
Forum: XLSSpreadSheet
Topic: Borderline problem in 10 Seattle.
Replies: 0
Views: 6135

Borderline problem in 10 Seattle.

I have upgraded my C++Builder XE8 to 10 Seattle with Update 1. I installed the latest XLSSpreadsheet2 version (2.00.09). Then I compile my application and made an excel file. I found the borders have problems for merged cells. Only part of borders for those merged cells appeared. On XE8, everything ...
by shenjige
Thu Oct 29, 2015 6:27 pm
Forum: XLSReadWritwII 6
Topic: Has charting for xlsx been fixed yet?
Replies: 1
Views: 1878

Has charting for xlsx been fixed yet?

Hi, I have read a couple of threads regarding XLSReadWriteII5 charting features. It seemed that this component was not able to make charts for xlsx 2007 files. Is this still true? The sample files of creating charts are old and they are only for xls file using BIFF. It sounds like it stays as what i...
by shenjige
Sat Jan 24, 2015 2:42 pm
Forum: XLSSpreadSheet
Topic: Where is AXWRenderTextIE.hpp?
Replies: 2
Views: 7587

Where is AXWRenderTextIE.hpp?

I just installed Spreadsheet 2.00.2. I created a simple project with one form and one spreadsheet component inside. When I built it, an error message saying "[bcc32 Error] AXWEditor.hpp(24): E2209 Unable to open include file 'AXWRenderTextIE.hpp' Full parser context MainFrm.cpp(92): #include Ou...
by shenjige
Sun Aug 10, 2014 12:10 pm
Forum: XLSReadWritwII 6
Topic: Installation in C++ Builder XE6
Replies: 6
Views: 3104

Re: Installation in C++ Builder XE6

Hi, Lars, I reinstalled the latest version 5.20.30 for XE6. It passes compiling, but it pops-up an error message saying "The program can't start because XLSRWII5_XE6.bpl is missing from your computer. Try to reinstalling the program to fix this problem." The test application is quite simpl...
by shenjige
Fri Aug 01, 2014 11:50 am
Forum: XLSReadWritwII 6
Topic: Has anyone got v5.20.28 working on XE6 yet?
Replies: 1
Views: 1472

Has anyone got v5.20.28 working on XE6 yet?

I have trouble to get the latest version 5.20.28 working on C++ Builder XE6/Windows 8.1/64bit.
I am quite curious that if anyone has had this working on XE6.
by shenjige
Wed Jul 30, 2014 6:15 pm
Forum: XLSReadWritwII 6
Topic: Installation in C++ Builder XE6
Replies: 6
Views: 3104

Re: Installation in C++ Builder XE6

I do have trouble with XLSReadWriteII 5 with XE6. To be honest, I have not had single chance to get it working. Then I went back to XE5 and wait for a couple of weeks, give a try. If it is not working, go back to XE5 again. It seems that it is a big headache for me doing that back and forth a couple...
by shenjige
Thu Jun 12, 2014 7:29 pm
Forum: XLSReadWritwII 6
Topic: Is XE6 version alwasy 5.20.24?
Replies: 2
Views: 1603

Re: Is XE6 version alwasy 5.20.24?

I just created a new application with one form. Add a XLSReadWriteII component to it. It shows the version of 5.20.24.
Anyway, what is DCU:s? Is it Dephi specific? I am using C++ Builder XE6.
by shenjige
Thu Jun 12, 2014 2:13 pm
Forum: XLSReadWritwII 6
Topic: XE6 version 5.20.28 has "LME288" error.
Replies: 1
Views: 1591

XE6 version 5.20.28 has "LME288" error.

I have 5.20.26 installed on XE6. It seems that works. When I upgraded to 5.20.28, it gets "LME288" error.
Any idea or workaround available?
by shenjige
Thu Jun 12, 2014 1:59 pm
Forum: XLSReadWritwII 6
Topic: Is XE6 version alwasy 5.20.24?
Replies: 2
Views: 1603

Is XE6 version alwasy 5.20.24?

I have got a weird problem that my XLSReadWriteII 5 version always shows 5.20.24 even when I installed the version 5.20.27 and 5.20.28. Here is what I did: I created a winform application, add a XLSReadWriteII component to the form, then I checked the component version. It says 5.20.24. Has anyone e...
by shenjige
Wed Jan 01, 2014 3:29 pm
Forum: XLSReadWritwII 6
Topic: Can't find the h file
Replies: 7
Views: 3463

Re: Can't find the h file

I have got the same problem. I have an application that uses version from 2,3,4, and not I tried to upgrade it to version 5. When I build it, it says "E2024 Declaration terminated incorrectly." at the line "bool __fastcall EOF(void);" I am using c++builder 2010 with this install ...
by shenjige
Tue May 31, 2011 3:57 pm
Forum: XLSReadWriteII 3/4/5
Topic: How to copy sheet from one workbook to another?
Replies: 0
Views: 2659

How to copy sheet from one workbook to another?

Hi, I checked this forum for copy sheet functions. It seemed that Lars said he will have the function of copy sheets from one workbook to another ready in the next release in 2009. I am wondering if that version is ready now. if it not ready, what will be the best way to get the sheet data from one ...
by shenjige
Mon Jan 25, 2010 4:53 pm
Forum: XLSReadWriteII 3/4/5
Topic: Help Documents for XLAReadWriteII4.
Replies: 1
Views: 2052

Help Documents for XLAReadWriteII4.

Hi, I don't know if this should go here. This is about documents of the product. I was trying to find out any method that can give me the number of sheets in a loaded xls file. By looking at the help chm file, the property Count of Sheets is not there. But I have learned someone used that to get the...
by shenjige
Wed Jan 13, 2010 3:52 pm
Forum: XLSSpreadSheet
Topic: Can XLSSpreadSheet create an excel file?
Replies: 3
Views: 4374

Re: Can XLSSpreadSheet create an excel file?

Hi, Larsa,

I think I figured it out by using write method to create an excel work book.

Thanks.

gene.
by shenjige
Wed Jan 13, 2010 3:23 pm
Forum: XLSSpreadSheet
Topic: Can XLSSpreadSheet create an excel file?
Replies: 3
Views: 4374

Re: Can XLSSpreadSheet create an excel file?

Hi, Larsa,

I checked the documents for XLSReadWriteII4 again and couldn't find out anywhere mentioning how to create an excel file by using this component. Could you please instruct me how to do it or which method to create an excel spreadsheet workbook?

Thanks.

Gene.