xlsx wrappers

926 views
Skip to first unread message

Angel Pais

unread,
Aug 25, 2023, 10:23:38 AM8/25/23
to harbou...@googlegroups.com
Why reinventing the wheel ?
It was already on the internet. 
Ritztan wrapper is genius!
There is a simple way to create .xlsx file free of dependencies in harbour.
No dlls no closed source no nothing.
We simply created the hbp file and voilá.


Enjoy !

LARGA VIDA A HARBOUR !
VIVA EL OPEN SOURCE !

jparada

unread,
Aug 25, 2023, 10:34:59 AM8/25/23
to Harbour Users
I have years using this lib from my friend Riztan, and I can tell you that it works very well, really very fast you can generate a book/sheet with hundreds/thousands of data.

Regards,
Javier

Charles Kwon

unread,
Aug 25, 2023, 11:40:58 AM8/25/23
to harbou...@googlegroups.com

Angel Pais,

1.

As I announced from the beginning, I also used libxlsxwriter.

2.
I invested a tremendous amount of my time and effort to write user-convenience classes and functions, and I also released a manual.

3.
libxlsxwriter is under the FreeBSD license, so whether I open the source or not is not an issue for you to mention.

4.
I've also put in a lot of effort to create what's necessary for xharbour32/64(bcc) and harbour64(Clang) etc.. and provide it through my website.

5.
If you want open source, you can create and release things like the above. It's your freedom to use them.




Regards,
Charles KWON









바이러스가 없습니다.www.avast.com

2023년 8월 25일 (금) 오후 11:23, Angel Pais <don....@gmail.com>님이 작성:
--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/CADZi2kL1r7rW9NGtPmgMZXMU--uZeucSN-hvjMy1jFT8XsmqHg%40mail.gmail.com.


--
Best Regards,
Charles Kwon

SamLob

unread,
Aug 25, 2023, 11:55:13 AM8/25/23
to Harbour Users
Hi Pais, It works perfect!!! And with graphics!!

2023-08-25 124858.png

Thanks!
Sam

Rafa Pabd

unread,
Aug 25, 2023, 12:36:29 PM8/25/23
to Harbour Users
Sr. Angel,

¿ Hay binarios para BCC ?

Itamar M. Lins Jr. Lins

unread,
Aug 25, 2023, 1:04:20 PM8/25/23
to harbou...@googlegroups.com
Yes. OPEN SOURCE!

Best regards,
Itamar M. Lins Jr.

Angel Pais

unread,
Aug 25, 2023, 1:18:42 PM8/25/23
to harbou...@googlegroups.com
Rafa:

Es open source.
Tu puedes compilarlo con lo que quieras.
Los binarios que estan ahi son para msvc simplemente pq quedaron ahi en el repo ya que es algo que usamos nosotros en nuestras aplicaciones.
Habitualmente en Open Source no se publican los binarios.
Simplemente lo que hicimos es convertir un repo privado en publico para los que no quieren que cada planilla generada con nuestro sistema salga con spam.
Nosotros no inventamos nada. Solo unificamos dos repos de terceros para hacer algo que sirva a nuestras apps.
Libxlsxwriter funciona con: GCC, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
Tienes el hbp y puedes adaptarlo a cualquier compilador que quieras.

Just try it and comment here your findings.
Just ask here in case you have doubts.

Saludos
Angel

--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.

Rafa Pabd

unread,
Aug 26, 2023, 7:52:42 AM8/26/23
to Harbour Users
Open source projects without binaries lose a lot of potential users who are not willing to fight thousands of compile flags only to turn out that the tool might be buggy

Itamar Lins

unread,
Aug 26, 2023, 8:32:31 AM8/26/23
to Harbour Users
Hi!
Open source is not for lazy people and those who don't like learning and don't have a team spirit.
Here everything is learning.

Best regards,
Itamar M. Lins Jr.

torof...@gmail.com

unread,
Aug 26, 2023, 7:02:31 PM8/26/23
to Harbour Users
Estoy tratando de hacer los ejemplos, pero  la libreria  hbxlsxwriter.lib  la puedo enlazar con el marinas ide si esta en formato .a   usted tiene la libreria con nombre hbxlsxwriter.a?  en el repositorio no la encuentro
Gracias
Fabian Toro

Angel Pais

unread,
Aug 26, 2023, 7:49:54 PM8/26/23
to harbou...@googlegroups.com
según sé, Marinas Ide es para gcc, no tenía idea que siguiera existiendo
bájate de nuevo el paquete desde gitHub que hemos ajustados los .hbp para que sean mas universalesse puede construir con bcc/msvc/mingw
se modificó el readme con las instrucciones
todo lo necesario para bcc y msvc está en el repo
para mingw tienen que construir

Saludos

--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.

Rafa Pabd

unread,
Aug 27, 2023, 8:02:14 AM8/27/23
to Harbour Users
Learn... How many compilers or GUI libraries have you made o try made ?
Now it's going to turn out that library demos are for lazy people. Go drink where the cucumbers are bitter

oleksa

unread,
Aug 28, 2023, 3:36:05 AM8/28/23
to harbou...@googlegroups.com
Hi!

Will there be support for open-watcom-v2?

hbmk2: Dependency 'xlsxwriter' found: libxlsxwriter\include
hbmk2: Compiling Harbour sources...
Harbour 3.2.0dev (r2301151017)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'hbxlsxwriter.hbx'...
100 200 300 Lines 340, Functions/Procedures 1
Generating C source output to 'lib\x32\.hbmk\win\watcom\hbxlsxwriter.c'... Done.
Compiling 'hb_others.prg'...
Lines 35, Functions/Procedures 1
Generating C source output to 'lib\x32\.hbmk\win\watcom\hb_others.c'... Done.
hbmk2: Compiling...
worksheet.c(50): Error! E1058: Cannot use typedef 'HB_SIZE' as a variable
worksheet.c(50): Error! E1009: Expecting ';' but found 'nLen'
worksheet.c(50): Error! E1011: Symbol 'nLen' has not been declared
worksheet.c(50): Error! E1011: Symbol 'nPos' has not been declared
worksheet.c(96): Warning! W202: Symbol 'value' has been defined, but not referenced
worksheet.c(301): Error! E1176: Parameter 4, pointer type mismatch
worksheet.c(301): Note! N2003: source conversion type is 'struct lxw_image_options *'
worksheet.c(301): Note! N2004: target conversion type is 'struct lxw_object_properties *'
worksheet.c(301): Note! N2002: 'lxw_worksheet_prepare_image' defined in: libxlsxwriter\include\xlsxwriter\worksheet.h(5770)
worksheet.c(328): Error! E1176: Parameter 4, pointer type mismatch
worksheet.c(328): Note! N2003: source conversion type is 'struct lxw_image_options *'
worksheet.c(328): Note! N2004: target conversion type is 'struct lxw_object_properties *'
worksheet.c(625): Error! E1058: Cannot use typedef 'lxw_format' as a variable
worksheet.c(625): Error! E1011: Symbol 'format' has not been declared
worksheet.c(625): Error! E1014: Left operand must be an 'lvalue'
worksheet.c(627): Warning! W102: Parameter 5: Type mismatch (warning)
worksheet.c(627): Note! N2003: source conversion type is 'int'
worksheet.c(627): Note! N2004: target conversion type is 'struct lxw_format *'
worksheet.c(627): Note! N2002: 'worksheet_write_datetime' defined in: libxlsxwriter\include\xlsxwriter\worksheet.h(2709)
worksheet.c(1220): Error! E1054: Expression must be constant
worksheet.c(1240): Error! E1054: Expression must be constant
worksheet.c(1833): Error! E1176: Parameter 5, pointer type mismatch
worksheet.c(1833): Note! N2003: source conversion type is 'struct lxw_image_options *'
worksheet.c(1833): Note! N2004: target conversion type is 'struct lxw_chart_options *'
worksheet.c(1833): Note! N2002: 'worksheet_insert_chart_opt' defined in: libxlsxwriter\include\xlsxwriter\worksheet.h(3914)
worksheet.c(1920): Error! E1058: Cannot use typedef 'HB_SIZE' as a variable
worksheet.c(1920): Error! E1009: Expecting ';' but found 'nLen'
worksheet.c(1920): Error! E1011: Symbol 'nLen' has not been declared
worksheet.c(1920): Error! E1011: Symbol 'nPos' has not been declared
worksheet.c(2056): Error! E1058: Cannot use typedef 'HB_SIZE' as a variable
worksheet.c(2056): Error! E1009: Expecting ';' but found 'nIndex'
worksheet.c(2056): Error! E1011: Symbol 'nIndex' has not been declared
worksheet.c(2070): Error! E1058: Cannot use typedef 'HB_SIZE' as a variable
worksheet.c(2070): Error! E1147: Too many errors: compilation aborted
hbmk2[hbxlsxwriter]: Error: Running C/C++ compiler. 1
wcc386.exe -6s -fp6 -onaehtr -s -ei -zp4 -zt0 -oi -zq -bt=nt  -DHBMK_HAS_XLSXWRITER -w3 -bc -ic:\dev\harbour\include -ilibxlsxwriter\third_party\zlib -ilibxlsxwriter\include worksheet.c -fo=lib\x32\.hbmk\win\watcom\worksheet.obj


Regards,
Oleksii Myronenko

25 серпня 2023, 17:23:39, від "Angel Pais" <don....@gmail.com>:

--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.

Angel Pais

unread,
Aug 28, 2023, 6:40:29 AM8/28/23
to harbou...@googlegroups.com
Not by us.
But you have the sources, adapt them at will.

Regards

Paola Bruccoleri

unread,
Sep 6, 2023, 4:10:03 PM9/6/23
to harbou...@googlegroups.com
Hola a todos
por casualidad, ¿alguien tiene la lib ya creada para mingw 5.3.0, la que tengo de la instalación del harbour? Hablo de la libhbxlsxwriter

Sino, si algún alma caritativa me dice cómo generarla.. ya me bajé todo lo de ese link, lo tengo descomprimido en
F:\harb\hbxlsxwriter-master-060923\hbxlsxwriter-master
 (ya vi el readme, veo que se necesita otra lib más, pero siempre tengo líos con los paths, etc)

Muchas gracias

----------

Hello everyone
by any chance does anyone have the lib already built for mingw 5.3.0, the one i got from the harbor install? I'm talking about the libhbxlsxwriter

If not, if some kind soul tells me how to generate it... I already downloaded everything from that link, I have it unzipped in
F:\harb\hbxlsxwriter-master-060923\hbxlsxwriter-master
(I already saw the readme, I see that another lib is needed, but I always have problems with the paths, etc.)

Thank you so much




De: "Angel Pais" <don....@gmail.com>
Para: harbou...@googlegroups.com
Enviados: Viernes, 25 de Agosto 2023 14:18:26
Asunto: Re: [harbour-users] Re: xlsx wrappers

Francesco Perillo

unread,
Sep 6, 2023, 6:00:51 PM9/6/23
to harbou...@googlegroups.com
Hi,
you can try 2 ways.

1)
- check to have the last version, then run
hbmk2 all.hbp
it will compile all the 3 libraries needed.
Then have a look at hbmk.hbm in test directory, all the files are listed.

2) only if you are brave... :-)
I'm trying a branch to have one .lib with everything included and also with a feature enabled
If you want, download, unzip then compile with
hbmk2 my.hbp
it should compile to one .lib
I also updated test\hbmk.hbm to reflect the changes



Fabian Toro G

unread,
Sep 7, 2023, 10:40:02 AM9/7/23
to harbou...@googlegroups.com

Buenos dias

yo tambien la necesito, por si alguien la tiene

he tratado de compilarla pero me marca unos errores

Gracias

Fabian Toro

Francesco Perillo

unread,
Sep 7, 2023, 2:33:01 PM9/7/23
to harbou...@googlegroups.com
Fabian, do you have an error?

Which one?

Angel Pais

unread,
Sep 8, 2023, 6:53:25 PM9/8/23
to harbou...@googlegroups.com
The project has changed it's structure now.
I will start a new thread for it.

to be continued...

Angel

Riztan Gutierrez

unread,
Sep 11, 2023, 10:09:23 PM9/11/23
to harbou...@googlegroups.com
Hi, unfortunately I have problems to dedicate time to my hbxlsxwriter repository, however I made a little effort to update with the current version of libxlswriter.  I added the "revision" branch, in case it is useful.

I will try to see a little of the changes made by you to see what's new :)


______________

Hola, lamentablemente tengo problemas para dedicarle tiempo a mi repositorio de hbxlsxwriter, sin embargo hice un pequeño esfuerzo por actualizar con la versión actual de libxlswriter.  Agregué la rama "revision", por si es de utilidad.

Intentaré ver un poco los cambios realizados por uds a ver que hay de nuevo :)




--
________________________________________
Riztan Gutierrez
                     _ _                 
  ___  _ __ ___  ___(_) |_    ___   __ _   
 / _ \| '__/ __|/ _ \ | __|  / __| / _` |  
| (_) | |  \__ \  __/ | |_  | (__ | (_| |_
 \___/|_|  |___/\___|_|\__/  \___(_)__,_(_)

nbato...@wings.rs

unread,
Sep 13, 2023, 7:48:22 PM9/13/23
to harbou...@googlegroups.com

I tried xlsxwrapper and it works perfectly (compared to OLE, it's lightning fast!).

 

Is there a list of functions with an explanation somewhere? Specifically I can't find changing the background color? Equivalent to:

 

oSheet:Cells (x, y):Interior:ColorIndex := 5

oSheet:Cells (x, y):Font:ColorIndex := 2

 

regards, NB

Message has been deleted

Riztan Gutierrez

unread,
Sep 13, 2023, 10:26:05 PM9/13/23
to harbou...@googlegroups.com
Hi, recent change in demo.prg:

format_set_pattern( format, LXW_PATTERN_SOLID )
format_set_font_color( format, LXW_COLOR_CYAN )
format_set_bg_color( format, LXW_COLOR_BLUE )




--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.

nbato...@wings.rs

unread,
Sep 14, 2023, 7:51:09 PM9/14/23
to harbou...@googlegroups.com

Thank you very much!

 

I assume functions like :autofit() are not supported?

 

regards, NB

Francesco Perillo

unread,
Sep 15, 2023, 12:40:38 AM9/15/23
to harbou...@googlegroups.com
Here the docs for the c libraries

You can also google for the autofit with this library (and if you find the answer please share :-))

Riztan Gutierrez

unread,
Sep 15, 2023, 1:53:33 AM9/15/23
to harbou...@googlegroups.com
In the documentation of the C library, you will find a lot of useful information, very few adjustments are needed to adapt the examples to our harbour.

In the following link you have the answer to your question:
____________________

En la documentación de la librería en C, encontrarás bastante información útil, muy pocos ajustes necesitas para adaptar los ejemplos a nuestro harbour.

En el siguiente enlace tienes la respuesta a tu pregunta:


fdaniele

unread,
Sep 15, 2023, 3:04:29 AM9/15/23
to Harbour Users

Grazie Francesco/Riztan

Rafa Pabd

unread,
Sep 15, 2023, 6:21:51 AM9/15/23
to Harbour Users
Hi,

its not supported

"There is no way to specify "AutoFit" for a column in the Excel file format. This feature is only available at runtime from within Excel. It is possible to simulate "AutoFit" in your application by tracking the maximum width of the data in the column as your write it and then adjusting the column width at the end."

Regards

Francesco Perillo

unread,
Sep 15, 2023, 6:35:46 AM9/15/23
to harbou...@googlegroups.com
Yes... since data usually comes from a dbf field, it is easy to have the maximum width...


AL3M

unread,
Sep 15, 2023, 3:22:39 PM9/15/23
to Harbour Users
Excel XML 2003 SpreadSheets !

An alternative and easy way to create Excel.Sheets

MS Word XML Files can be creato in the same way

Regards
ssheet_create.prg
ssheet.xls

nbato...@wings.rs

unread,
Sep 15, 2023, 8:07:32 PM9/15/23
to harbou...@googlegroups.com

Thank you!

 

NB

 

From: harbou...@googlegroups.com <harbou...@googlegroups.com> On Behalf Of Diego F
Sent: Thursday, September 14, 2023 2:19 AM
To: Harbour Users <harbou...@googlegroups.com>
Subject: Re: [harbour-users] Re: xlsx wrappers

 

https://libxlsxwriter.github.io/index.html

 

format = workbook_add_format(workbook)

format_set_bg_color(format, 0xC6EFCE)

Diego.

--

You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.

hherrera

unread,
Oct 16, 2023, 10:24:05 AM10/16/23
to Harbour Users
Hi Friends,
someone, i have this library for Borland bcc58 and harbor nightly?
That I could share it

Thanks
Henry Herrera
Guatemala, Guatemala
Message has been deleted

hherrera

unread,
Oct 24, 2023, 11:55:15 AM10/24/23
to Harbour Users
Alguien logro resolver los problemas que da para borland bcc58 (x86)  por mi parte no logre superarlos.  Si alguien tiene la lib podria compartirla?
Someone managed to solve the problems that the borland bcc58 (x86) has, but I couldn't overcome them. If someone has the lib, could they share it?

src\hb_app.c:
src\hb_workbook.c:
Error E2140 src\hb_workbook.c 390: Declaration is not allowed here in function hash2properties
*** 1 errors in Compile ***
src\hb_worksheet.c:
Error E2140 src\hb_worksheet.c 138: Declaration is not allowed here in function image_options
Error E2140 src\hb_worksheet.c 775: Declaration is not allowed here in function HB_FUN_WORKSHEET_WRITE_DATETIME
Error E2140 src\hb_worksheet.c 966: Declaration is not allowed here in function hash2row_col_options
Error E2140 src\hb_worksheet.c 2286: Declaration is not allowed here in function HB_FUN_WORKSHEET_DATA_VALIDATION_CELL
Error E2140 src\hb_worksheet.c 2422: Declaration is not allowed here in function HB_FUN_WORKSHEET_DATA_VALIDATION_CELL
Error E2140 src\hb_worksheet.c 2436: Declaration is not allowed here in function HB_FUN_WORKSHEET_DATA_VALIDATION_CELL
*** 6 errors in Compile ***
src\hb_format.c:
src\hb_chart.c:
src\hb_chartsheet.c:
src\hb_content_types.c:
src\hb_core.c:
src\hb_custom.c:
src\hb_drawing.c:
src\hb_relationships.c:
src\hb_shared_strings.c:
src\hb_styles.c:
src\hb_utility.c:
src\hb_misc.c:
libxlsxwriter\third_party\minizip\ioapi.c:
libxlsxwriter\third_party\minizip\zip.c:
libxlsxwriter\third_party\minizip\unzip.c:
libxlsxwriter\third_party\minizip\iowin32.c:
libxlsxwriter\src\app.c:
libxlsxwriter\src\chart.c:
Warning W8065 libxlsxwriter\src\chart.c 787: Call to function '__builtin_snprintf' with no prototype in function _chart_write_a_srgb_clr
Warning W8065 libxlsxwriter\src\chart.c 1186: Call to function '__builtin_snprintf' with no prototype in function _chart_write_v_num
libxlsxwriter\src\chartsheet.c:
Warning W8065 libxlsxwriter\src\chartsheet.c 402: Call to function '__builtin_snprintf' with no prototype in function chartsheet_protect
libxlsxwriter\src\comment.c:
Warning W8065 libxlsxwriter\src\comment.c 208: Call to function '__builtin_snprintf' with no prototype in function _comment_write_r_font
Warning W8065 libxlsxwriter\src\comment.c 210: Call to function '__builtin_snprintf' with no prototype in function _comment_write_r_font
libxlsxwriter\src\content_types.c:
libxlsxwriter\src\core.c:
libxlsxwriter\src\custom.c:
Warning W8065 libxlsxwriter\src\custom.c 84: Call to function '__builtin_snprintf' with no prototype in function _chart_write_vt_r_8
Warning W8065 libxlsxwriter\src\custom.c 97: Call to function '__builtin_snprintf' with no prototype in function _custom_write_vt_i_4
Warning W8065 libxlsxwriter\src\custom.c 124: Call to function '__builtin_snprintf' with no prototype in function _custom_write_vt_filetime
libxlsxwriter\src\drawing.c:
Warning W8065 libxlsxwriter\src\drawing.c 178: Call to function '__builtin_snprintf' with no prototype in function _drawing_write_coords
Warning W8065 libxlsxwriter\src\drawing.c 182: Call to function '__builtin_snprintf' with no prototype in function _drawing_write_coords
Warning W8065 libxlsxwriter\src\drawing.c 185: Call to function '__builtin_snprintf' with no prototype in function _drawing_write_coords
Warning W8065 libxlsxwriter\src\drawing.c 189: Call to function '__builtin_snprintf' with no prototype in function _drawing_write_coords
Warning W8065 libxlsxwriter\src\drawing.c 231: Call to function '__builtin_snprintf' with no prototype in function _drawing_write_a_hlink_click
Warning W8065 libxlsxwriter\src\drawing.c 331: Call to function '__builtin_snprintf' with no prototype in function _drawing_write_c_nv_pr
Warning W8065 libxlsxwriter\src\drawing.c 429: Call to function '__builtin_snprintf' with no prototype in function _drawing_write_a_blip
Warning W8065 libxlsxwriter\src\drawing.c 730: Call to function '__builtin_snprintf' with no prototype in function _drawing_write_chart
libxlsxwriter\src\format.c:
libxlsxwriter\src\hash_table.c:
libxlsxwriter\src\metadata.c:
libxlsxwriter\src\packager.c:
Warning W8065 libxlsxwriter\src\packager.c 300: Call to function '__builtin_snprintf' with no prototype in function _write_worksheet_files
Warning W8065 libxlsxwriter\src\packager.c 344: Call to function '__builtin_snprintf' with no prototype in function _write_chartsheet_files
Warning W8065 libxlsxwriter\src\packager.c 395: Call to function '__builtin_snprintf' with no prototype in function _write_image_files
Warning W8065 libxlsxwriter\src\packager.c 470: Call to function '__builtin_snprintf' with no prototype in function _write_chart_files
Warning W8065 libxlsxwriter\src\packager.c 531: Call to function '__builtin_snprintf' with no prototype in function _write_drawing_files
Warning W8065 libxlsxwriter\src\packager.c 608: Call to function '__builtin_snprintf' with no prototype in function _write_table_files
Warning W8065 libxlsxwriter\src\packager.c 694: Call to function '__builtin_snprintf' with no prototype in function _write_vml_files
Warning W8065 libxlsxwriter\src\packager.c 740: Call to function '__builtin_snprintf' with no prototype in function _write_vml_files
Warning W8065 libxlsxwriter\src\packager.c 808: Call to function '__builtin_snprintf' with no prototype in function _write_comment_files
Warning W8065 libxlsxwriter\src\packager.c 899: Call to function '__builtin_snprintf' with no prototype in function _write_app_file
Warning W8065 libxlsxwriter\src\packager.c 905: Call to function '__builtin_snprintf' with no prototype in function _write_app_file
Warning W8065 libxlsxwriter\src\packager.c 938: Call to function '__builtin_snprintf' with no prototype in function _write_app_file
Warning W8065 libxlsxwriter\src\packager.c 1250: Call to function '__builtin_snprintf' with no prototype in function _write_content_types_file
Warning W8065 libxlsxwriter\src\packager.c 1255: Call to function '__builtin_snprintf' with no prototype in function _write_content_types_file
Warning W8065 libxlsxwriter\src\packager.c 1262: Call to function '__builtin_snprintf' with no prototype in function _write_content_types_file
Warning W8065 libxlsxwriter\src\packager.c 1268: Call to function '__builtin_snprintf' with no prototype in function _write_content_types_file
Warning W8065 libxlsxwriter\src\packager.c 1274: Call to function '__builtin_snprintf' with no prototype in function _write_content_types_file
Warning W8065 libxlsxwriter\src\packager.c 1283: Call to function '__builtin_snprintf' with no prototype in function _write_content_types_file
Warning W8065 libxlsxwriter\src\packager.c 1341: Call to function '__builtin_snprintf' with no prototype in function _write_workbook_rels_file
Warning W8065 libxlsxwriter\src\packager.c 1347: Call to function '__builtin_snprintf' with no prototype in function _write_workbook_rels_file
Warning W8065 libxlsxwriter\src\packager.c 1459: Call to function '__builtin_snprintf' with no prototype in function _write_worksheet_rels_file
Warning W8065 libxlsxwriter\src\packager.c 1523: Call to function '__builtin_snprintf' with no prototype in function _write_chartsheet_rels_file
Warning W8065 libxlsxwriter\src\packager.c 1581: Call to function '__builtin_snprintf' with no prototype in function _write_drawing_rels_file
Warning W8065 libxlsxwriter\src\packager.c 1627: Call to function '__builtin_snprintf' with no prototype in function _write_vml_drawing_rels_file
libxlsxwriter\src\relationships.c:
Warning W8065 libxlsxwriter\src\relationships.c 99: Call to function '__builtin_snprintf' with no prototype in function _write_relationship
Warning W8065 libxlsxwriter\src\relationships.c 178: Call to function '__builtin_snprintf' with no prototype in function _add_relationship
libxlsxwriter\src\shared_strings.c:
libxlsxwriter\src\styles.c:
Warning W8065 libxlsxwriter\src\styles.c 304: Call to function '__builtin_snprintf' with no prototype in function _write_font_color_rgb
Warning W8065 libxlsxwriter\src\styles.c 632: Call to function '__builtin_snprintf' with no prototype in function _write_fg_color
Warning W8065 libxlsxwriter\src\styles.c 659: Call to function '__builtin_snprintf' with no prototype in function _write_bg_color
Warning W8065 libxlsxwriter\src\styles.c 777: Call to function '__builtin_snprintf' with no prototype in function _write_border_color
libxlsxwriter\src\table.c:
Warning W8065 libxlsxwriter\src\table.c 227: Call to function '__builtin_snprintf' with no prototype in function _table_write_table_style_info
Warning W8065 libxlsxwriter\src\table.c 233: Call to function '__builtin_snprintf' with no prototype in function _table_write_table_style_info
Warning W8065 libxlsxwriter\src\table.c 238: Call to function '__builtin_snprintf' with no prototype in function _table_write_table_style_info
libxlsxwriter\src\theme.c:
libxlsxwriter\src\utility.c:
Warning W8065 libxlsxwriter\src\utility.c 126: Call to function '__builtin_snprintf' with no prototype in function lxw_rowcol_to_cell
Warning W8065 libxlsxwriter\src\utility.c 149: Call to function '__builtin_snprintf' with no prototype in function lxw_rowcol_to_cell_abs
Warning W8017 C:\Borland\bcc58\Include\winnt.h 8276: Redefinition of 'SLIST_ENTRY' is not identical
libxlsxwriter\src\vml.c:
Warning W8065 libxlsxwriter\src\vml.c 188: Call to function '__builtin_snprintf' with no prototype in function _vml_write_column
Warning W8065 libxlsxwriter\src\vml.c 201: Call to function '__builtin_snprintf' with no prototype in function _vml_write_row
Warning W8065 libxlsxwriter\src\vml.c 232: Call to function '__builtin_snprintf' with no prototype in function _vml_write_anchor
Warning W8065 libxlsxwriter\src\vml.c 338: Call to function '__builtin_snprintf' with no prototype in function _vml_write_imagedata
Warning W8065 libxlsxwriter\src\vml.c 393: Call to function '__builtin_snprintf' with no prototype in function _vml_write_image_shape
Warning W8065 libxlsxwriter\src\vml.c 394: Call to function '__builtin_snprintf' with no prototype in function _vml_write_image_shape
Warning W8065 libxlsxwriter\src\vml.c 396: Call to function '__builtin_snprintf' with no prototype in function _vml_write_image_shape
Warning W8065 libxlsxwriter\src\vml.c 404: Call to function '__builtin_snprintf' with no prototype in function _vml_write_image_shape
Warning W8065 libxlsxwriter\src\vml.c 612: Call to function '__builtin_snprintf' with no prototype in function _vml_write_button_shape
Warning W8065 libxlsxwriter\src\vml.c 613: Call to function '__builtin_snprintf' with no prototype in function _vml_write_button_shape
Warning W8065 libxlsxwriter\src\vml.c 614: Call to function '__builtin_snprintf' with no prototype in function _vml_write_button_shape
Warning W8065 libxlsxwriter\src\vml.c 615: Call to function '__builtin_snprintf' with no prototype in function _vml_write_button_shape
Warning W8065 libxlsxwriter\src\vml.c 617: Call to function '__builtin_snprintf' with no prototype in function _vml_write_button_shape
Warning W8065 libxlsxwriter\src\vml.c 628: Call to function '__builtin_snprintf' with no prototype in function _vml_write_button_shape
Warning W8065 libxlsxwriter\src\vml.c 837: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
Warning W8065 libxlsxwriter\src\vml.c 838: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
Warning W8065 libxlsxwriter\src\vml.c 839: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
Warning W8065 libxlsxwriter\src\vml.c 840: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
Warning W8065 libxlsxwriter\src\vml.c 842: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
Warning W8065 libxlsxwriter\src\vml.c 848: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
Warning W8065 libxlsxwriter\src\vml.c 850: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
Warning W8065 libxlsxwriter\src\vml.c 854: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
Warning W8065 libxlsxwriter\src\vml.c 856: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
Warning W8065 libxlsxwriter\src\vml.c 867: Call to function '__builtin_snprintf' with no prototype in function _vml_write_comment_shape
libxlsxwriter\src\workbook.c:
Warning W8065 libxlsxwriter\src\workbook.c 47: Call to function 'strcasecmp' with no prototype in function _worksheet_name_cmp
Warning W8065 libxlsxwriter\src\workbook.c 53: Call to function 'strcasecmp' with no prototype in function _chartsheet_name_cmp
Warning W8065 libxlsxwriter\src\workbook.c 553: Call to function '__builtin_snprintf' with no prototype in function _prepare_num_formats
Warning W8065 libxlsxwriter\src\workbook.c 588: Call to function '__builtin_snprintf' with no prototype in function _prepare_num_formats
Warning W8065 libxlsxwriter\src\workbook.c 689: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 700: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 727: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 735: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 740: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 741: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 744: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 752: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 754: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 761: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 763: Call to function '__builtin_snprintf' with no prototype in function _store_defined_name
Warning W8065 libxlsxwriter\src\workbook.c 924: Call to function '__builtin_snprintf' with no prototype in function _populate_range_dimensions
Warning W8065 libxlsxwriter\src\workbook.c 1290: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1299: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1312: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1325: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1334: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1346: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1359: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1372: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1380: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1385: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1392: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1402: Call to function '__builtin_snprintf' with no prototype in function _prepare_defined_names
Warning W8065 libxlsxwriter\src\workbook.c 1591: Call to function '__builtin_snprintf' with no prototype in function _write_sheet
Warning W8065 libxlsxwriter\src\workbook.c 1921: Call to function '__builtin_snprintf' with no prototype in function workbook_add_worksheet
Warning W8065 libxlsxwriter\src\workbook.c 2005: Call to function '__builtin_snprintf' with no prototype in function workbook_add_chartsheet
Warning W8065 libxlsxwriter\src\workbook.c 2154: Call to function '__builtin_snprintf' with no prototype in function workbook_close
libxlsxwriter\src\worksheet.c:
Warning W8065 libxlsxwriter\src\worksheet.c 1652: Call to function '__builtin_snprintf' with no prototype in function _set_default_table_columns
Warning W8065 libxlsxwriter\src\worksheet.c 1797: Call to function '__builtin_snprintf' with no prototype in function _write_column_function
Warning W8065 libxlsxwriter\src\worksheet.c 2081: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2088: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2089: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2090: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2097: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2098: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2099: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2106: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2107: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2108: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2114: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2118: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2119: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2120: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2126: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2130: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2131: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2132: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_freeze_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2250: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2251: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2256: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2263: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2264: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2265: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2272: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2273: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2274: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2281: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2282: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2283: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2289: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2293: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2294: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2295: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2301: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2305: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2306: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 2307: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_split_panes
Warning W8065 libxlsxwriter\src\worksheet.c 3199: Call to function '__builtin_snprintf' with no prototype in function _get_button_params
Warning W8065 libxlsxwriter\src\worksheet.c 3211: Call to function '__builtin_snprintf' with no prototype in function _get_button_params
Warning W8065 libxlsxwriter\src\worksheet.c 3218: Call to function '__builtin_snprintf' with no prototype in function _get_button_params
Warning W8065 libxlsxwriter\src\worksheet.c 3300: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_image
Warning W8065 libxlsxwriter\src\worksheet.c 3442: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_image
Warning W8065 libxlsxwriter\src\worksheet.c 3487: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_header_image
Warning W8065 libxlsxwriter\src\worksheet.c 3551: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_background
Warning W8065 libxlsxwriter\src\worksheet.c 3604: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_chart
Warning W8065 libxlsxwriter\src\worksheet.c 3649: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_chart
Warning W8065 libxlsxwriter\src\worksheet.c 3709: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_vml_objects
Warning W8065 libxlsxwriter\src\worksheet.c 3725: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_vml_objects
Warning W8065 libxlsxwriter\src\worksheet.c 3760: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_vml_objects
Warning W8065 libxlsxwriter\src\worksheet.c 3804: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_header_vml_objects
Warning W8065 libxlsxwriter\src\worksheet.c 3815: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_header_vml_objects
Warning W8065 libxlsxwriter\src\worksheet.c 3852: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_tables
Warning W8065 libxlsxwriter\src\worksheet.c 3861: Call to function '__builtin_snprintf' with no prototype in function lxw_worksheet_prepare_tables
Warning W8065 libxlsxwriter\src\worksheet.c 4470: Call to function '__builtin_snprintf' with no prototype in function _write_formula_num_cell
Warning W8065 libxlsxwriter\src\worksheet.c 4499: Call to function '__builtin_snprintf' with no prototype in function _write_array_formula_num_cell
Warning W8065 libxlsxwriter\src\worksheet.c 4564: Call to function '__builtin_snprintf' with no prototype in function _calculate_spans
Warning W8065 libxlsxwriter\src\worksheet.c 5020: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_tab_color
Warning W8065 libxlsxwriter\src\worksheet.c 5422: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_hyperlink_external
Warning W8065 libxlsxwriter\src\worksheet.c 5634: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_legacy_drawing
Warning W8065 libxlsxwriter\src\worksheet.c 5659: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_legacy_drawing_hf
Warning W8065 libxlsxwriter\src\worksheet.c 5684: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_picture
Warning W8065 libxlsxwriter\src\worksheet.c 5703: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_drawing
Warning W8065 libxlsxwriter\src\worksheet.c 5735: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_formula1_num
Warning W8065 libxlsxwriter\src\worksheet.c 5757: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_formula2_num
Warning W8065 libxlsxwriter\src\worksheet.c 5962: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_formula_num
Warning W8065 libxlsxwriter\src\worksheet.c 5997: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_data_bar_ext
Warning W8065 libxlsxwriter\src\worksheet.c 6019: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_color
Warning W8065 libxlsxwriter\src\worksheet.c 6516: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6521: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6526: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6532: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6539: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6546: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6553: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6560: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6566: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6573: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_time_period
Warning W8065 libxlsxwriter\src\worksheet.c 6610: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_blanks
Warning W8065 libxlsxwriter\src\worksheet.c 6615: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_blanks
Warning W8065 libxlsxwriter\src\worksheet.c 6620: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_blanks
Warning W8065 libxlsxwriter\src\worksheet.c 6625: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_blanks
Warning W8065 libxlsxwriter\src\worksheet.c 6682: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_text
Warning W8065 libxlsxwriter\src\worksheet.c 6688: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_text
Warning W8065 libxlsxwriter\src\worksheet.c 6696: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_text
Warning W8065 libxlsxwriter\src\worksheet.c 6704: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_cf_rule_text
Warning W8065 libxlsxwriter\src\worksheet.c 6882: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_x14_color
Warning W8065 libxlsxwriter\src\worksheet.c 6906: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_x14_cfvo
Warning W8065 libxlsxwriter\src\worksheet.c 7565: Call to function '__builtin_snprintf' with no prototype in function _worksheet_write_table_part
Warning W8065 libxlsxwriter\src\worksheet.c 8331: Call to function '__builtin_snprintf' with no prototype in function worksheet_write_url_opt
Warning W8065 libxlsxwriter\src\worksheet.c 9482: Call to function '__builtin_snprintf' with no prototype in function worksheet_set_selection
Warning W8065 libxlsxwriter\src\worksheet.c 9483: Call to function '__builtin_snprintf' with no prototype in function worksheet_set_selection
Warning W8065 libxlsxwriter\src\worksheet.c 9484: Call to function '__builtin_snprintf' with no prototype in function worksheet_set_selection
Warning W8065 libxlsxwriter\src\worksheet.c 10220: Call to function '__builtin_snprintf' with no prototype in function worksheet_protect
libxlsxwriter\src\xmlwriter.c:
Warning W8065 libxlsxwriter\src\xmlwriter.c 295: Call to function '__builtin_snprintf' with no prototype in function lxw_escape_control_characters
Warning W8065 libxlsxwriter\src\xmlwriter.c 334: Call to function '__builtin_snprintf' with no prototype in function lxw_escape_url_characters
Warning W8065 libxlsxwriter\src\xmlwriter.c 340: Call to function '__builtin_snprintf' with no prototype in function lxw_escape_url_characters
Warning W8065 libxlsxwriter\src\xmlwriter.c 351: Call to function '__builtin_snprintf' with no prototype in function lxw_escape_url_characters
Warning W8065 libxlsxwriter\src\xmlwriter.c 433: Call to function '__builtin_snprintf' with no prototype in function lxw_new_attribute_int
Warning W8065 libxlsxwriter\src\xmlwriter.c 445: Call to function '__builtin_snprintf' with no prototype in function lxw_new_attribute_dbl
libxlsxwriter\bcc_comp.c:
Warning W8065 libxlsxwriter\bcc_comp.c 3: Call to function 'tolower' with no prototype in function strcasecmp
Warning W8065 libxlsxwriter\bcc_comp.c 10: Call to function 'tolower' with no prototype in function strcasecmp

Reply all
Reply to author
Forward
0 new messages