Skip to content

Commit f4ca3f8

Browse files
committed
Update readme.
1 parent 4b0bffc commit f4ca3f8

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

AsposeCellsCWrapper.h

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.| |√|
2626
|[CSV](https://docs.fileformat.com/spreadsheet/csv/)|CSV (Comma Separated Value) file.|√|√|
2727
|[TSV](https://docs.fileformat.com/spreadsheet/tsv/)|TSV (Tab-separated values) file.|√|√|
28-
|TabDelimited|Tab-delimited text file, same with TSV file.|√|√|
2928
|[TXT](https://docs.fileformat.com/word-processing/txt/)|Delimited plain text file.|√|√|
3029
|[HTML](https://docs.fileformat.com/web/html/)|HTML format.|√|√|
3130
|[MHTML](https://docs.fileformat.com/web/mhtml/)|MHTML file.|√|√|
3231
|[ODS](https://docs.fileformat.com/spreadsheet/ods/)|ODS (OpenDocument Spreadsheet).|√|√|
33-
|SpreadsheetML|Excel 2003 XML file.|√|√|
3432
|[JSON](https://docs.fileformat.com/web/json/)|JavaScript Object Notation|√|√|
3533
|[DIF](https://docs.fileformat.com/spreadsheet/dif/)|Data Interchange Format.| |√|
3634
|[PDF](https://docs.fileformat.com/pdf/)|Adobe Portable Document Format.| |√|

0 commit comments

Comments
 (0)