Use the gnumeric_reopen function
[pspp] / src / data / spreadsheet-reader.h
index ead9185558a9c75d4aba3f2ff6aef01bbf1d20bb..9f84fa1abeb9eab212e9f6c7af13585c8191095a 100644 (file)
@@ -40,7 +40,8 @@ struct spreadsheet_read_info
   int asw ;                /* The width of string variables in the created dictionary */
 };
 
-int pseudo_base26 (const char *str);
+int ps26_to_int (const char *str);
+char * int_to_ps26 (int);
 
 bool convert_cell_ref (const char *ref,
                       int *col0, int *row0,