hnx8

Results 4 issues of hnx8

Support for PageSetup(paperSize, scale/fitToPage, margin, printTitle, and so on) by adding 'page_setup'=>{array} to options array in writeSheetHeader() function. Added example PHP script: ex12-page-setup.php Fix issue #204. Including issue #190, pull...

1. Partly related to #189 : When specifying fraction '# ??? / ???' by format specification, it is not a source code implementation that determines cell type as 'n_numeric'. (Strictly,...

If the method is overridden, the one with the same argument name will be adopted first. Related to #19

A particular one has been adopted for comments on overloaded methods. example: ``` /// Get all Data. void Get() { .... } /// Get the data specified by key. void...