Cut 0.5 release
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
|
||||
#include "xlhtml.h"
|
||||
|
||||
extern void SetupExtraction(void);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -51,6 +52,13 @@ work_sheet **ws_array;
|
||||
font_attr **font_array;
|
||||
xf_attr **xf_array;
|
||||
|
||||
extern int IsCellNumeric(cell *);
|
||||
extern int IsCellSafe(cell *);
|
||||
extern int IsCellFormula(cell *);
|
||||
extern void output_formatted_data(uni_string *, U16, int, int);
|
||||
extern void SetupExtraction(void);
|
||||
|
||||
|
||||
void OutputPartialTableAscii(void)
|
||||
{
|
||||
int i, j, k;
|
||||
|
Reference in New Issue
Block a user