blob: 5b1abdc20a5b2075f1bf04cd231de2faa274f071 (
plain)
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
|
## Examples
Usage:
* change dir to `examples`
* `ruby generate.rb` to run all examples
* `ruby generate.rb file1.md file2.md` to run specific examples
* `./generate.rb` is also supported
### Basic
* [Basic](basic_example.md)
* [Custom Styles](custom_styles_example.md)
* [Style Overrides](style_overrides_example.md)
* [Asian Language Support](asian_language_support_example.md)
* [Shared strings](shared_strings_example.md)
* [Serialize to stream](stream_example.md)
* [Complex example](complex_example.md)
### Borders
* [Custom Borders](borders_example.md)
* [Surrounding Borders](surrounding_borders_example.md)
### Cells
* [Merge Cells](merge_cells_example.md)
* [Automatic data types](automatic_data_types_example.md)
* [Override data types](override_data_types_example.md)
### Conditional formatting
* [Greater than](conditional_formatting_greater_than_example.md)
* [Between](conditional_formatting_greater_than_example.md)
* [Color scale](conditional_formatting_color_scale_example.md)
* [Data bar](conditional_formatting_data_bar_example.md)
* [Icon set](conditional_formatting_icon_set_example.md)
### Charts
Types:
* [Bar chart](bar_chart_example.md)
* [Line chart](line_chart_example.md)
* [Line chart (3D)](3d_line_chart_example.md)
* [Pie chart (3D)](3d_pie_chart_example.md)
* [Scatter chart](scatter_chart_example.md)
Customizations:
* [Chart colors](chart_colors_example.md)
* [Hide gridlines](hide_gridlines_in_chart_example.md)
### Columns
* [Custom Column Styles](column_styles_example.md)
* [Column widths](column_widths_example.md)
* [Outlines](column_outlines_example.md)
* [No autowidth](no_autowidth_example.md)
### Filters
* [Auto filters](auto_filter_example.md)
* [Filtered tables](filtered_table_example.md)
### Formulas
* [Basic formula](basic_formula_example.md)
* [Cached formula](cached_formula_example.md)
* [Escape formula](escape_formula_example.md)
* [Defined name](defined_name_example.md)
### Media
* [Image](image_example.md)
* [Locked Image](locked_image_example.md)
* [Hyperlinked Image](hyperlinked_image_example.md)
* [Hyperlinks](hyperlink_example.md)
### Print
* [Fit to page print settings](fit_to_page_example.md)
* [Headers and footers](header_footer_example.md)
* [Page breaks](page_break_example.md)
* [Print settings](print_settings_example.md)
* [Repeated header](repeated_header_example.md)
### Rows
* [Custom Row Styles](row_styles_example.md)
* [Outlines](row_outlines_example.md)
* [Row heights](row_heights_example.md)
### Sheet
* [Active tab](active_tab_example.md)
* [Hide gridlines](hide_gridlines_in_sheet_example.md)
* [Hide sheets](hide_sheet_example.md)
* [Sheet protection](sheet_protection_example.md)
* [Tab colors](tab_color_example.md)
### Text decorations
* [Fonts](font_example.md)
* [Format codes](format_codes_example.md)
* [Number formats and currencyc](number_format_example.md)
* [Rich text](rich_text_example.md)
* [Wrap text](wrap_text_example.md)
### Validations
* [List validation](list_validation_example.md)
* [Range validation](range_validation_example.md)
* [Text length validation](text_length_validation_example.md)
### Other features
* [Comments](comments_example.md)
* [Pivot tables](pivot_table_example.md)
|