New Comment on "XLSXWorkbook"
Thought I'd pass along some of my modifications dealing with similar issues. I've had some problems with ASC characters below 32 as well as above 128. Excel seems to have it's own way of encoding...
View ArticleNew Comment on "XLSXWorkbook"
Hi Dan, I may be doing it wrong but I tried the new code for the GETXMLSTRING but ended up with an XLSX file that had no headers (row 1 had all blank value cells) and the data in the remaining rows and...
View ArticleNew Comment on "XLSXWorkbook"
Brett, I just noticed that myself. The first RETURN should be RETURN nvl(tcstring,'') -- Duh! , making it: LPARAMETERS tcString Local lcChar, lcString, lcXMLString, lnChar, lnNdx IF isnull(m.tcString)...
View ArticleNew Comment on "XLSXWorkbook"
Hi Brett, I just noticed that myself. The first RETURN should be RETURN nvl(tcstring,'') -- Duh! (I deleted the first post so nobody uses it) making it: I've had some problems with ASC characters below...
View ArticleUpdated Wiki: XLSXWorkbook
XLSX WorkbookRead from and write to XLSX format files without any automation or export with support for full cell formatting in ExcelRelease 18 - Fixed some bugs and added new methods. This release...
View ArticleReleased: XLSX Workbook (Mar 10, 2017)
This Class allows reading and writing from/to XLSX format files without any automation. Support for cell import/export with cell formatting and formulas. Cell formatting includes borders, font (size,...
View ArticleUpdated Release: XLSX Workbook (Mar 10, 2017)
This Class allows reading and writing from/to XLSX format files without any automation. Support for cell import/export with cell formatting and formulas. Cell formatting includes borders, font (size,...
View ArticleUpdated Wiki: Home
Welcome to VFPXA Visual FoxPro Community effort to create open source add-ons for Visual FoxPro 9.0. The code, classes, and libraries made available here are the result of a community-based effort to...
View ArticleUpdated Release: nfJson (Mar 10, 2017)
2017/03/10fixed: proper support for 19 character strings with ISO basic date format & different strictdate settings.2017/02/05fixed:nfJsonRead bug fix: incorrect parsing for strings terminated with...
View ArticleReleased: nfJson (Mar 10, 2017)
2017/03/10 fixed: proper support for 19 character strings with ISO basic date format & different strictdate settings.2017/02/05 fixed: nfJsonRead bug fix: incorrect parsing for strings terminated...
View ArticleCreated Unassigned: How can I register VFP9.0 in windows 10? [43590]
I have upgraded from windows XP...So how do register my VFP9 in Windows 10?
View ArticleNew Post: How do Register VFP9.0 in Windows 10?
I have upgraded from Windows XP...How do Register VFP9.0 in Windows 10?
View ArticleNew Comment on "XLSXWorkbook"
Hello All-- Reading through your comments I wonder how Release 18 compares. I have changed the way GetXMLString creates the XML string and how a XML string is converted to a string so I would like to...
View ArticleCommented Unassigned: How can I register VFP9.0 in windows 10? [43590]
I have upgraded from windows XP...So how do register my VFP9 in Windows 10?Comments: ** Comment from web user: wOOdyProLib ** Hi...Please use this supportarea only for questions or problems with the...
View ArticleClosed Unassigned: How can I register VFP9.0 in windows 10? [43590]
I have upgraded from windows XP...So how do register my VFP9 in Windows 10?
View ArticleReopened Unassigned: How can I register VFP9.0 in windows 10? [43590]
I have upgraded from windows XP...So how do register my VFP9 in Windows 10?
View ArticleClosed Unassigned: How can I register VFP9.0 in windows 10? [43590]
I have upgraded from windows XP...So how do register my VFP9 in Windows 10?
View ArticleNew Comment on "XLSXWorkbook"
All-- I apologize for missing this bug. I had renamed the event name and missed updating the value in the methods to save from a grid and a table. This has now been fixed. Greg
View ArticleNew Comment on "XLSXWorkbook"
Thanks for the quick update, Greg. Here are the results for the first test: 03/13/2017 10:47 AM EXPORTPICKER Total time to export: 99.007 Total rows: 3452 Total cells: 113916 This is using the same...
View ArticleNew Comment on "XLSXWorkbook"
rkaye-- My code uses a property for the counter. But it is expanded to for other counters as well and uses a method to determine which property to increment. The cursor name is passed as a parameter to...
View Article