BIFF

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

BIFF

 

Description

 

BIFF module is used to create Microsoft Excel BIFF 2.1 files.

This module is intended for users who do not want to use the huge Jet or ADO providers if they only want to export their data to an Excel compatible file.

Few functions, great power.

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "BIFF"

 

This directive will load the module and add the following new keywords.

 

 

Restrictions

 

only one BIFF file can be used at the same time. If you want to use more than one BIFF file, before using a new file close the previous one.