User Ratings

★★★★★
★★★★
★★★
★★
10
0
1
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • I can't rate it as of now as I am yet to understand the way to use it. I saw some posts saying "the test folder has some usage examples", but I have not seen any test folder in the library. It will be a great help if some one tells me how to use the library for writing simple xls file from a C++ project. IN any case I can only be thankful to the creators of this liabrary for making it available for developers like me.
  • Can't uderstand, how to include the library to my project. Can anyone help me with details (I am a beginner)?
    2 users found this review helpful.
  • it is a usefull lib. but i have a problem,list is my code void test(void) { workbook swb; xf_t* sxf1 = swb.xformat(); worksheet* ssh; ssh = swb.sheet("sheet_1"); string snamelabel = "中文"; ssh->label(1,2,snamelabel,sxf1); swb.Dump("workbook.xls"); } create the workbook.xls exactly, but the cell value is "iconv failed!". it is convert error, so what should i do,this is a matter of great urgency for me,who can help me ,thanks!
  • This is a great lib. Thank you!!!
  • Great lib. But I have a SIGABRT when compiling in release mode in XCode for iOS. I found that the problem in the Optimization Level setting. I changed it from -Os to -O3 so problem disappeared. Can you look at it when you have time?
  • Thanks for Xlslib, it's great!
    1 user found this review helpful.
  • very good project, thanks!
    1 user found this review helpful.
  • Grateful for these 2 projects to work with Excel solution in iOS projects. I've tried both project DHlibxls, the one to read xls, and DHxlslib, the one to write xls and got the sample project worked. Both frameworks could now basically serve my requirement. But, forgive me being greedy, is it possible to allow insert pictures to the excel file? Because that's the ultimate target of my current project... Again, this is a great framework, and I couldn't see any other similar frameworks which could support excel in Mac OS, iOS projects.... from China, GZ.
    2 users found this review helpful.
  • thanks man, great soft!
  • Easy to generate .xls on the fly on windows and linux
  • pretty flexible!