libxlsxwriter/examples
John McNamara bda599d033 Added optional third party dtoa library.
Added the optional Milo Yip DTOA library (emyg_dtoa) to avoid
issues where the standard sprintf() dtoa function changes output
based on locale settings. It is also 40-50% faster than the
standard dtoa for raw numeric data.

If you wish to use this third party library you can compile
libxlsxwriter with it by passing `USE_DTOA_LIBRARY=1` to
make. The USE_DOUBLE_FUNCTION build variable is no longer used.

Imported source from https://github.com/miloyip/dtoa-benchmark

Feature request #272
2021-07-12 23:09:52 +01:00
..
anatomy.c Updated copyright year. 2021-07-01 23:57:09 +01:00
array_formula.c Updated copyright year. 2021-07-01 23:57:09 +01:00
autofilter.c Updated copyright year. 2021-07-01 23:57:09 +01:00
background.c Add support for worksheet background images. 2021-05-14 00:12:05 +01:00
chart.c Add option to turn off bold in chart title font. 2021-07-12 22:33:11 +01:00
chart_area.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_bar.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_clustered.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_column.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_data_labels.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_data_table.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_data_tools.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_doughnut.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_fonts.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_line.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_pattern.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_pie.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_pie_colors.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_radar.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_scatter.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_styles.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chart_working_with_example.c Updated copyright year. 2021-07-01 23:57:09 +01:00
chartsheet.c Updated copyright year. 2021-07-01 23:57:09 +01:00
comments1.c Updated copyright year. 2021-07-01 23:57:09 +01:00
comments2.c Updated copyright year. 2021-07-01 23:57:09 +01:00
conditional_format1.c Updated copyright year. 2021-07-01 23:57:09 +01:00
conditional_format2.c Updated copyright year. 2021-07-01 23:57:09 +01:00
constant_memory.c Updated copyright year. 2021-07-01 23:57:09 +01:00
data_validate.c Updated copyright year. 2021-07-01 23:57:09 +01:00
dates_and_times01.c Updated copyright year. 2021-07-01 23:57:09 +01:00
dates_and_times02.c Updated copyright year. 2021-07-01 23:57:09 +01:00
dates_and_times03.c Add support for Unix datetimes. 2021-07-01 21:00:59 +01:00
dates_and_times04.c Updated copyright year. 2021-07-01 23:57:09 +01:00
defined_name.c Updated copyright year. 2021-07-01 23:57:09 +01:00
demo.c Updated copyright year. 2021-07-01 23:57:09 +01:00
diagonal_border.c Updated copyright year. 2021-07-01 23:57:09 +01:00
doc_custom_properties.c Updated copyright year. 2021-07-01 23:57:09 +01:00
doc_properties.c Updated copyright year. 2021-07-01 23:57:09 +01:00
dynamic_arrays.c Add docs and examples for dynamic arrays. 2021-07-07 23:33:26 +01:00
format_font.c Updated copyright year. 2021-07-01 23:57:09 +01:00
format_num_format.c Updated copyright year. 2021-07-01 23:57:09 +01:00
headers_footers.c Updated copyright year. 2021-07-01 23:57:09 +01:00
hello.c Updated copyright year. 2021-07-01 23:57:09 +01:00
hide_row_col.c Updated copyright year. 2021-07-01 23:57:09 +01:00
hide_sheet.c Updated copyright year. 2021-07-01 23:57:09 +01:00
hyperlinks.c Updated copyright year. 2021-07-01 23:57:09 +01:00
ignore_errors.c Updated copyright year. 2021-07-01 23:57:09 +01:00
image_buffer.c Updated copyright year. 2021-07-01 23:57:09 +01:00
images.c Updated copyright year. 2021-07-01 23:57:09 +01:00
lambda.c Add docs and examples for dynamic arrays. 2021-07-07 23:33:26 +01:00
logo.png Changed example logo. 2016-01-05 00:38:05 +00:00
logo_small.png Added docs for header/footer images. 2020-08-17 23:03:25 +01:00
macro.c Updated copyright year. 2021-07-01 23:57:09 +01:00
Makefile Added optional third party dtoa library. 2021-07-12 23:09:52 +01:00
merge_range.c Updated copyright year. 2021-07-01 23:57:09 +01:00
merge_rich_string.c Updated copyright year. 2021-07-01 23:57:09 +01:00
outline.c Updated copyright year. 2021-07-01 23:57:09 +01:00
outline_collapsed.c Updated copyright year. 2021-07-01 23:57:09 +01:00
panes.c Updated copyright year. 2021-07-01 23:57:09 +01:00
rich_strings.c Updated copyright year. 2021-07-01 23:57:09 +01:00
tab_colors.c Updated copyright year. 2021-07-01 23:57:09 +01:00
tutorial1.c Updated copyright year. 2021-07-01 23:57:09 +01:00
tutorial2.c Updated copyright year. 2021-07-01 23:57:09 +01:00
tutorial3.c Updated copyright year. 2021-07-01 23:57:09 +01:00
utf8.c Updated copyright year. 2021-07-01 23:57:09 +01:00
worksheet_protection.c Updated copyright year. 2021-07-01 23:57:09 +01:00