Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VfpxWorkBookXlsx
Message
De
01/10/2020 15:24:50
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01676306
Message ID:
01676418
Vues:
54
>>I tested with the beta 10 version that I sent to you and the return values are correct. Please see the attached screen shot.
>
>Thank you.

BTW -- there are two methods for exporting a table to a workbook. The first method (which you are using) is SaveTableToWorkbook(); this method saves the table into the internal xl_* named cursors. This allows you to be able to add formatting and other features to the workbook before saving. But this is the slowest method to saving a workbook. The second method is SaveTableToWorkbookEx() which saves the table directly to the workbook with limited formatting. The formatting is defaulted by field type and font name/size is set as a property value. This is a much faster output to create the workbook.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform