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.
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'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.
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.
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.
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...
Excel adds so much new records to the file its almost impossible to read - but in...
I took one of your older files/source - one with just one more row to cause your...
Sigh. Well I think I found something - but of course I cannot get my old version...
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...
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...
It opens on my old version, there is a sheet 2, but nothing is in it. No complaint...
As I said earlier, my 2010 version of Excel is opening the files, as are Pages. Please...
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...
So testing using C++, everything works just fine - no problems with either numbers...
Again, we have tested this thing with 255 columns and 64K cell items. Can you try...
The complaint about file corruption is probably due to xlslib not correctly writing...
People use this all the time with 64000 rows and multiple columns. Please add either...
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....
I'm a Mac guy and the WIndows experts are not so active here anymore. I googled "E2146...
I just rounded it off. The library has been tested at a full 256 columns and 0x10000...
On 3/30/16 12:15 PM, candicandi wrote: can xlslib write excel file with the format...
VOTE: libjpeg-turbo
Incorrect settings for Framework - nothing affe...
You will have to find help elsewhere - I'm a mac guy and the Windows developers are...
This error has been reported before and as far as we know there is not real issue...
Glad it worked out for you - closing this now.
This project is essentially in maintenance mode. I have no possible way to test all...
The only suggestion I have is for you to find someone who really knows the ins and...
Did you look in the Build folder - there are MS VC packages for msvc2008?
Sorry, but I'm a Mac guy and the Windows expert is no longer active on this project....
There are two test (demo) apps - do a "make test". You can see the source files in...
Glad you found it!
Well, look at the header file for sheets - I don't recall that you could but I might...
The general approach to this is to create a style with what you want - one - then...
Please look around in the test files for usage. Its been a few years since I wrote...
There is a library on SourceForge, libxls, that lets you read .xls files. It basically...
I'm a Mac guy, and the Windows dev is no longer active on the project. Given that...
Max size 64000 rows, and 256 columns per sheet. We've had users create massively...
Interesting - I had a similar but different issue building for iOS. I touched on...
Last December someone posted some patches for Mingw - they are here somewhere I just...
xlslib is a library that lets you create .xls files - its not a program per se. So...
Last December someone posted some patches for Mingw - unfortunately I have no way...
Fine - I can remove the extra "formula.cpp" line, but I have no way to debug why...
I don't know how I can help you. I'm a Mac guy - we had a windows guy here but he's...
I wish I had some advice for you, but I really don't. There is a test suite that...
It would have been nice if you even tried to find it. Click on Discussions. Click...
Not currently. Its a feature I've toyed with adding, but its a major job. In addition,...
Not currently. Its a feature I've toyed with adding, but its a major job. In addition,...
I'll look at it. I just need to be sure that it doesn't break any other build. Are...
One of those causes issues for iOS, so I'd second the usefulness of having some way...
I updated my original answer but you probably didn't see it. There is no 'const'...
Surely you mean '(const char **)'? ["And please stop calling me Shirley" - hopefully...
Surely you mean '(const char **)'? ["And please stop calling me Shirley" - hopefully...
Surely you mean '(const char **)'? ["And please stop calling me Shirley" - hopefully...
Surely you mean '(const char **)'? ["And please stop calling me Shirley" - hopefully...
Surely you mean '(const char **)'? ["And please stop calling me surely" - hopefully...
turbojpeg.c only included in x86_64 builds for iOS
Modifying the .S file may be more difficult, as its often unclear how some string...
DRC asked: I need to sync up on this. The latest information I have is that you are...
I'll fork his project and add the capability - it just won't be immediately. There...
On 11/15/14, 11:48 PM, Hao Hu wrote: Awesome! I'll grab the binary and give it a...
jchuff.c tests to enable USE_CLZ_INTRINSIC need arm64 component
OK, now have a rich library with all iOS architectures in it. You can build from...