I'm a Mac guy and never used Linux. As you can probably tell, this framework has been on mothballs for a long time (that is, nothing has changed). Perhaps you can ask a question on StackOverflow. Or maybe someone here will respond. I wish I could help you but there is nothing I can say or do to help.
I am newbie to linux, I am using Linux Raspberry pi 6.1.21-v7 lsb_release -r Release 11 After downloading lib files as per the install guide i configured using sh ./configure it is showing congratulations configure successful, but lots of errors if i hit make command
I build this lib with vs2010 on windows
I meet the same problem. I comment the code suggested by David, but it did not fix the problem.
On 11/8/18 10:19 AM, Sarah James wrote: I have tried to compile the dynamic library and static library on windows with VS 2008 and package which version is newest 2.5.0 without any modify,there are many errors .I found it's difficult or it seems unable to work with Visual Studio . help people in syria Where is the sample or example of xlslib? Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/xlslib/discussion/402380/ To unsubscribe from further messages, please...
I have tried to compile the dynamic library and static library on windows with VS 2008 and package which version is newest 2.5.0 without any modify,there are many errors .I found it's difficult or it seems unable to work with Visual Studio . help people in syria
I'm a Mac guy, and the Windows guys are not active anymore. I think you are going to have to figure this out yourself - sorry I cannot be of more help.
Hi! I've run the ./configure script but I get an error after make: Making all in src make[1]: Entering directory `/home/pc/Documents/installers/xlslib/xlslib/src' depbase=`echo xlslib/assert_assist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CXX --mode=compile g++-4.4 -DHAVE_CONFIG_H -I. -I../src/common -I../src/data -I../src/oledoc -I../src/common -I../src/xlslib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -MT xlslib/assert_assist.lo -MD -MP...
I did some research. I was able to debug and compare working and not working files to find out differences. The reason IFilter fails on XlsLib files is that IStorage::Stat does not fill CLSID as {00020820-0000-0000-c000-000000000046}, but leaves it NULL. See screenshots. Minimal reproduction sample: HRESULT hr = S_OK; IStorage *pStg = NULL; hr = StgOpenStorageEx(rgwszArgs[1], STGM_READ | STGM_SHARE_DENY_WRITE, STGFMT_ANY, 0, NULL, NULL, IID_IStorage, reinterpret_cast<void**>(&pStg)); STATSTG stat...
I don't know what I can do about this. There are literally thousands of options in an xls file. There is an ordering of those objects too. Probably some minor detail is different and IFilter notices that and fails. If you could ever find someone at MS to tell you specifically WHY the file fails to open, we might be able to do something about it. Otherwise, as you can see from the number of downloads, thousands of people use the library without any problem.
Unable to open XLS files save by xlsLib using MS Office IFilter (Windows search)
status: open --> closed
Ah, yes, the original source used some conversion technology to create a PHP version. But I dont think it had MORE code. OK - I found it in the reference: "Sends the spreadsheet hold by the workbook object to the client. The file gets the name set by the 'Name' argument." The original authors thought a good use of this code was to support dynamic web pages with tables in them. If there was a stub in the C++ source it was probably removed a long time ago. But might be in the early SVN commits if you...
Ah, yes, the original source used some conversion technology to create a PHP version. But I dont think it had MORE code. OK - I found it in the reference: "Sends the spreadsheet hold by the workbook object to the client. The file gets the name set by the 'Name' argument." The original authors though a good use of this code was to support dynamic web pages with tables in them. If there was a stub in the C++ source it was probably removed a long time ago. But might be in the early SVN commits if you...
Suggest you look at the test files - I'm pretty sure this is covered there. Many examples sprinkled here and there. Other than that read the source - I just don't know offhand.
xf_t * setStyleFont(workbook * wb) { font_t * font = wb->font("Verdana"); font->SetColor(COLOR_CODE_RED); return wb->xformat(font); } How can I add more styles, and return it, as one variable? Thanks. Mike.
xf_t * setStyleFont(workbook * wb) { font_t * font = wb->font("Verdana"); font->SetColor(COLOR_CODE_RED); return wb->xformat(font); } How can I add more styles, and return it as one variable? Thanks. Mike.
xf_t * setStyleFont(workbook * wb) { font_t * font = wb->font("Verdana"); font->SetColor(COLOR_CODE_RED); return wb->xformat(font); } How can I add more styles, and return is as one variable? Thanks. Mike.
Hello. I'd like to ask, what does the Stroke method, of workbook class, do? I have seen it in Reference, but I don't understand the description. Please explain it to me. Thanks. http://wklej.org/id/3226211/ Mike.
Thank you for answer. I looked at workbook.h header file, but I can't see any 'Stroke' method. Probably, this reference, which is inside of xlslib directory is dedicated to php version, of this lib. But thank you for answer. Mike.
I recall that it writes a border in the cell but frankly don't recall. Its been over 5 years since I (or someone else) wrote it. Best to look at the code. The heavy contributors to this project are gone. I fixed a lot of it up many many years ago thinking I could use it but lost that job before I ever did. As you can see, this project has many users but the code hasn't been touched in a long time...
Hello. I'd like to ask, what does the Stroke method, of workbook class, do? I have seen it in Reference, but I don't understand the description. Please explain it to me. Thanks. Mike.
Ok, I found it. It's iside of xlslib/xlslib directory.
Hi. Is there any option, to change cell text direction, into vertical? Thanks. Mike
Hi. Is there any reference, available on the Net, with complete compilation of all functions and other objects, which can be used in code, to create various results? Thanks Mike.
Hey, Can xlsLib read .xls files? Cheers.
Excel adds so much new records to the file its almost impossible to read - but in...
I can open all my file with LibreOffice Calc base on Ubuntu without any warning,...
I took one of your older files/source - one with just one more row to cause your...
if there is 32832 records ALREADY=0 dataSize=8224 MAX=8224 dumpState=2. m_ContinueIndex=0...
Sigh. Well I think I found something - but of course I cannot get my old version...
No matter how many groups in one column, as long as the total number of data in one...
In any case, its quite useful to know the problem is the absolute number of cells...
In hex, the 32832 number is 8000x + 40x. Probably there are some records xls spits...
1.I can open your "Thresh.xls" without "file validation failure" warning from Excel....
1.I can open your "Thresh.xls" without "file validation failure" warning from Excel....
1.I can open your "Thresh.xls" without "file validation failure" warning from Excel....
Now not sure sure if that is really the issue. Try this for cell generation: { workbook...
Well, I dumped your file and can see a problem - a missing record - on the problem...
I was traveling last week overseas - I'll look at the file you produced but I'm not...
Hi David, do you have any idea about this issue? as you can see in the code, we certainly...
"Test.cpp" is exact code that I used to build "32833_int_Err.xls" "Test.c" is a C...
It opens on my old version, there is a sheet 2, but nothing is in it. No complaint...
Yes Thank you, the attachment is my problem file it with 32833 row of number one...
As I said earlier, my 2010 version of Excel is opening the files, as are Pages. Please...
Oh, Damn it, I know why, It's Excel Same xls file, Excel open it with warning and...
Oh, Damn it, I know why, It's Excel Same xls file, Excel open it with warning and...
Oh, Damn it, I know why, It's Excel Same xls file, Excel open it with warning and...
Oh, Damn it, I know why, It's Excel Same xls file, Excel open it with warning and...
Oh, Damn it, I know why, It's Excel Same xls file, Excel open it with warning and...
All right, forget this Excel warning. actually I'm no care about this, I can just...
Another way for me to test is to open the file with the Apple "Numbers" program -...
It would appear your library wasn't properly built. I have a tool (libxls) that decodes...
Unfortunately, C++ test code with xlslib has the same issues..... both numbers and...
Unfortunately, C++ test code with xlslib has the same issues..... both numbers and...
So testing using C++, everything works just fine - no problems with either numbers...
status: open --> closed
status: open --> closed
status: open --> closed
status: open --> closed
Same issues I modify xlsWorksheetNumberInt instead of xlsWorksheetLabel write every...
Again, we have tested this thing with 255 columns and 64K cell items. Can you try...
I tried xlsWorksheetLabel(ws, 32833, 0, "Failed Line", NULL); & xlsWorksheetLabel(ws,...
The complaint about file corruption is probably due to xlslib not correctly writing...
Thank you for the relpy, First 32832=0x8040 32833=0x8041; Second I don't think it's...
Thank you for the relpy, First 32832=0x8040 32833=0x8041; Second I don't think it's...
Thank you for the relpy, First 32832=0x8040 32833=0x8041; Second I don't think it's...
Thank you for the relpy, First 32832=0x8040 32833=0x8041; Second I don't think it's...
People use this all the time with 64000 rows and multiple columns. Please add either...
Hi friends: 1. I creat one worksheet in one xls file, 2. insert 32833 rows in two...
I should have said, this library has been used in thousands of Windows projects,...
I'm an Apple developer, and none of the Windows devs are active on this project now....
Hello, I tried to compile the code to Windows 7 using Visual Studio, but ask for...
I'm a Mac guy and the WIndows experts are not so active here anymore. I googled "E2146...
I tried to compile the static library with XE6 using the C++Builder 2010 project...
I just rounded it off. The library has been tested at a full 256 columns and 0x10000...
Why the max size is not 65536?
Why the max size is not 65535?
On 3/30/16 12:15 PM, candicandi wrote: can xlslib write excel file with the format...
can xlslib write excel file with the format xlsx?
Incorrect settings for Framework - nothing affe...
You will have to find help elsewhere - I'm a mac guy and the Windows developers are...
Hi, I use MinGW on Windows and Qt Creator. I haven't built a library before so I...
I have write a func to code and it works. Add this func to xlslib/src/sheetrec.cpp...
I have got the same problem!
This error has been reported before and as far as we know there is not real issue...
I tried to run your project using xlslib-testCPP, in vs2008, it is showing error...
Glad it worked out for you - closing this now.
This project is essentially in maintenance mode. I have no possible way to test all...
Change include dirs convention
thank you for your suggestion sir.I wish I could found the tutorial or example which...
thank you for your suggestion sir.I wish I could found the tutorial or example which...
The only suggestion I have is for you to find someone who really knows the ins and...
Thank you for relying me,sir,yes, I open the solution file in the contrib folder...
Did you look in the Build folder - there are MS VC packages for msvc2008?
thank you sir,I tried to post a question there,unfortunately they give me a negative...
thank you sir,I tried to post a question there,unfortunately they give me a negative...
thank you sir,I tried to post a question there,unfortunately they give me a negative...
After some search, the solution to compile was to force automake to link the mainC.c...
