File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -68,18 +68,15 @@ extern "C" {
6868 int error_no;
6969 char* error_message;
7070 } c_return_long_value;
71-
7271 ASPOSE_CELLS_API typedef struct {
7372 int error_no;
7473 char* error_message;
7574 } c_return_void_value;
76-
7775 ASPOSE_CELLS_API typedef struct {
7876 char* return_value;
7977 int error_no;
8078 char* error_message;
8179 } c_return_string_value;
82-
8380 ASPOSE_CELLS_API typedef struct {
8481 void* return_value;
8582 int error_no;
@@ -106,34 +103,30 @@ extern "C" {
106103 int error_no;
107104 char* error_message;
108105 } ASPOSE_CELLS_API c_return_float_value;
109- ASPOSE_CELLS_API typedef struct {
106+ typedef struct {
110107 double return_value;
111108 int error_no;
112109 char* error_message;
113- } c_return_double_value;
110+ } ASPOSE_CELLS_API c_return_double_value;
114111 typedef struct {
115112 long return_value;
116113 int error_no;
117114 char* error_message;
118115 } ASPOSE_CELLS_API c_return_long_value;
119-
120116 typedef struct {
121117 int error_no;
122118 char* error_message;
123119 } ASPOSE_CELLS_API c_return_void_value;
124-
125120 typedef struct {
126121 char* return_value;
127122 int error_no;
128123 char* error_message;
129124 } ASPOSE_CELLS_API c_return_string_value;
130-
131125 typedef struct {
132126 void* return_value;
133127 int error_no;
134128 char* error_message;
135129 } ASPOSE_CELLS_API c_return_ptr_value;
136-
137130#endif
138131 ASPOSE_CELLS_API void Startup();
139132
Original file line number Diff line number Diff line change @@ -25,12 +25,10 @@ Aspose.Cells for Go via C++ is a native Go library designed for Go developers to
2525| [ XLAM] ( https://docs.fileformat.com/spreadsheet/xlam/ ) | An Excel Macro-Enabled Add-In file that's used to add new functions to Excel.| | &radic ; |
2626| [ CSV] ( https://docs.fileformat.com/spreadsheet/csv/ ) | CSV (Comma Separated Value) file.| &radic ; | &radic ; |
2727| [ TSV] ( https://docs.fileformat.com/spreadsheet/tsv/ ) | TSV (Tab-separated values) file.| &radic ; | &radic ; |
28- | TabDelimited| Tab-delimited text file, same with TSV file.| &radic ; | &radic ; |
2928| [ TXT] ( https://docs.fileformat.com/word-processing/txt/ ) | Delimited plain text file.| &radic ; | &radic ; |
3029| [ HTML] ( https://docs.fileformat.com/web/html/ ) | HTML format.| &radic ; | &radic ; |
3130| [ MHTML] ( https://docs.fileformat.com/web/mhtml/ ) | MHTML file.| &radic ; | &radic ; |
3231| [ ODS] ( https://docs.fileformat.com/spreadsheet/ods/ ) | ODS (OpenDocument Spreadsheet).| &radic ; | &radic ; |
33- | SpreadsheetML| Excel 2003 XML file.| &radic ; | &radic ; |
3432| [ JSON] ( https://docs.fileformat.com/web/json/ ) | JavaScript Object Notation| &radic ; | &radic ; |
3533| [ DIF] ( https://docs.fileformat.com/spreadsheet/dif/ ) | Data Interchange Format.| | &radic ; |
3634| [ PDF] ( https://docs.fileformat.com/pdf/ ) | Adobe Portable Document Format.| | &radic ; |
You can’t perform that action at this time.
0 commit comments