forked from jmcnamara/libxlsxwriter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXlsxWriter.def
233 lines (233 loc) · 5.94 KB
/
XlsxWriter.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
EXPORTS
chart_add_series
chart_axis_set_name
chart_axis_set_name_range
chart_series_set_categories
chart_series_set_name
chart_series_set_name_range
chart_series_set_values
chart_set_hole_size
chart_set_rotation
chart_set_style
chart_title_off
chart_title_set_name
chart_title_set_name_range
format_set_align
format_set_bg_color
format_set_bold
format_set_border
format_set_border_color
format_set_bottom
format_set_bottom_color
format_set_diag_border
format_set_diag_color
format_set_diag_type
format_set_fg_color
format_set_font_charset
format_set_font_color
format_set_font_condense
format_set_font_extend
format_set_font_family
format_set_font_name
format_set_font_outline
format_set_font_scheme
format_set_font_script
format_set_font_shadow
format_set_font_size
format_set_font_strikeout
format_set_hidden
format_set_indent
format_set_italic
format_set_left
format_set_left_color
format_set_num_format
format_set_num_format_index
format_set_pattern
format_set_reading_order
format_set_right
format_set_right_color
format_set_rotation
format_set_shrink
format_set_text_justlast
format_set_text_wrap
format_set_theme
format_set_top
format_set_top_color
format_set_underline
format_set_unlocked
format_set_valign
lxw_add_document_relationship
lxw_add_drawing_object
lxw_add_ms_package_relationship
lxw_add_package_relationship
lxw_add_worksheet_relationship
lxw_app_add_heading_pair
lxw_app_add_part_name
lxw_app_assemble_xml_file
lxw_app_free
lxw_app_new
lxw_basename
lxw_chart_add_data_cache
lxw_chart_assemble_xml_file
lxw_chart_free
lxw_chart_new
lxw_col_to_name
lxw_content_types_assemble_xml_file
lxw_content_types_free
lxw_content_types_new
lxw_core_assemble_xml_file
lxw_core_free
lxw_core_new
lxw_create_package
lxw_ct_add_calc_chain
lxw_ct_add_chart_name
lxw_ct_add_custom_properties
lxw_ct_add_default
lxw_ct_add_drawing_name
lxw_ct_add_override
lxw_ct_add_shared_strings
lxw_ct_add_worksheet_name
lxw_custom_assemble_xml_file
lxw_custom_free
lxw_custom_new
lxw_datetime_to_excel_date
lxw_drawing_assemble_xml_file
lxw_drawing_free
lxw_drawing_new
lxw_escape_control_characters
lxw_escape_data
lxw_format_free
lxw_format_get_border_key
lxw_format_get_fill_key
lxw_format_get_font_key
lxw_format_get_xf_index
lxw_format_new
lxw_free_drawing_object
lxw_free_relationships
lxw_get_sst_index
lxw_hash_free
lxw_hash_key_exists
lxw_hash_new
lxw_insert_hash_element
lxw_name_to_col
lxw_name_to_col_2
lxw_name_to_row
lxw_name_to_row_2
lxw_new_attribute_dbl
lxw_new_attribute_int
lxw_new_attribute_str
lxw_packager_free
lxw_packager_new
lxw_quote_sheetname
lxw_relationships_assemble_xml_file
lxw_relationships_new
lxw_rowcol_to_cell
lxw_rowcol_to_cell_abs
lxw_rowcol_to_formula_abs
lxw_rowcol_to_range
lxw_rowcol_to_range_abs
lxw_sst_assemble_xml_file
lxw_sst_free
lxw_sst_new
lxw_str_tolower
lxw_strdup
lxw_strerror
lxw_styles_assemble_xml_file
lxw_styles_free
lxw_styles_new
lxw_theme_assemble_xml_file
lxw_theme_free
lxw_theme_new
lxw_tmpfile
lxw_workbook_assemble_xml_file
lxw_workbook_free
lxw_workbook_set_default_xf_indices
lxw_worksheet_assemble_xml_file
lxw_worksheet_find_cell
lxw_worksheet_find_row
lxw_worksheet_free
lxw_worksheet_new
lxw_worksheet_prepare_chart
lxw_worksheet_prepare_image
lxw_worksheet_write_single_row
lxw_xml_data_element
lxw_xml_declaration
lxw_xml_empty_tag
lxw_xml_empty_tag_unencoded
lxw_xml_end_tag
lxw_xml_start_tag
lxw_xml_start_tag_unencoded
new_workbook
new_workbook_opt
workbook_add_chart
workbook_add_format
workbook_add_worksheet
workbook_close
workbook_define_name
workbook_get_worksheet_by_name
workbook_new
workbook_new_opt
workbook_set_custom_property_boolean
workbook_set_custom_property_datetime
workbook_set_custom_property_integer
workbook_set_custom_property_number
workbook_set_custom_property_string
workbook_set_properties
worksheet_activate
worksheet_autofilter
worksheet_center_horizontally
worksheet_center_vertically
worksheet_fit_to_pages
worksheet_freeze_panes
worksheet_freeze_panes_opt
worksheet_gridlines
worksheet_hide
worksheet_hide_zero
worksheet_insert_chart
worksheet_insert_chart_opt
worksheet_insert_image
worksheet_insert_image_opt
worksheet_merge_range
worksheet_print_across
worksheet_print_area
worksheet_print_row_col_headers
worksheet_protect
worksheet_repeat_columns
worksheet_repeat_rows
worksheet_right_to_left
worksheet_select
worksheet_set_column
worksheet_set_column_opt
worksheet_set_default_row
worksheet_set_first_sheet
worksheet_set_footer
worksheet_set_footer_opt
worksheet_set_h_pagebreaks
worksheet_set_header
worksheet_set_header_opt
worksheet_set_landscape
worksheet_set_margins
worksheet_set_page_view
worksheet_set_paper
worksheet_set_portrait
worksheet_set_print_scale
worksheet_set_row
worksheet_set_row_opt
worksheet_set_selection
worksheet_set_start_page
worksheet_set_tab_color
worksheet_set_v_pagebreaks
worksheet_set_zoom
worksheet_split_panes
worksheet_split_panes_opt
worksheet_write_array_formula
worksheet_write_array_formula_num
worksheet_write_blank
worksheet_write_boolean
worksheet_write_datetime
worksheet_write_formula
worksheet_write_formula_num
worksheet_write_number
worksheet_write_string
worksheet_write_url
worksheet_write_url_opt