Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About General fields #119

Open
jhernancanom opened this issue May 28, 2024 · 0 comments
Open

About General fields #119

jhernancanom opened this issue May 28, 2024 · 0 comments

Comments

@jhernancanom
Copy link

jhernancanom commented May 28, 2024

Hi, Greg and friends.
I am testing TableToExcel.prg in r42, found a bug, and propose a fix.

We know that VFP cannot work with General fields.
After some asking on a forum I decided to show how Greg's XLSX-Workbook class give us all the potential of our programming language.
But XLSX-Workbook-Class failed and I didnot know why.
After some investigation, I realize about the general field, and I put me in labour of improve it for this case.
I discover that SaveTableToWorkbook (see not sufix Ex) can manage General fields (can ignore'm), but SaveTableToWorkbookEx not.
After seeing something more I got the fix for it could run.

I need to fix the following two functions:

  • SaveTableToWorkbookEx
  • WriteDirectSheetHeader

I attach both and wait that it can be usefull for all of you.

Please I ask for all of you see all internals what I did because there some things that can be improved.

SaveTableToWorkbookEx.zip

WriteDirectSheetHeader.zip

TableToExcel_H.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant