[gnumeric] Improve xlsx import of Excel 2010 function MODE.SNGL



commit bdc1b06aba1dd6430d9b910496e2b80d48da68de
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Wed Jun 26 08:40:54 2013 -0600

    Improve xlsx import of Excel 2010 function MODE.SNGL
    
    2013-06-26  Andreas J. Guelzow <aguelzow pyrshep ca>
    
        * xlsx-utils.c (xlsx_conventions_new): add MODE.SNGL
        translation

 NEWS                       |    1 +
 plugins/excel/ChangeLog    |    5 +++++
 plugins/excel/xlsx-utils.c |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index f4945ca..eb09e6b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ Gnumeric 1.12.4
 
 Andreas:
        * Improve xlsx export of Gnumeric functions.
+       * Improve xlsx import of Excel 2010 functions.
        * Fix documentation of r.q*.
 
 Jean:
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 665c569..f2110aa 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,5 +1,10 @@
 2013-06-26  Andreas J. Guelzow <aguelzow pyrshep ca>
 
+       * xlsx-utils.c (xlsx_conventions_new): add MODE.SNGL
+       translation
+
+2013-06-26  Andreas J. Guelzow <aguelzow pyrshep ca>
+
        * xlsx-utils.c (xlsx_func_betainv_output_handler): new
        (xlsx_func_gammainv_output_handler): new
        (xlsx_func_lognorminv_output_handler): new
diff --git a/plugins/excel/xlsx-utils.c b/plugins/excel/xlsx-utils.c
index baba44e..3bdc507 100644
--- a/plugins/excel/xlsx-utils.c
+++ b/plugins/excel/xlsx-utils.c
@@ -461,6 +461,7 @@ xlsx_conventions_new (gboolean output)
                { "GAMMA.DIST", "GAMMADIST" },
                { "GAMMA.INV", "GAMMAINV" },
                { "LOGNORM.INV", "LOGINV" },
+               { "MODE.SNGL", "MODE" },
                { "NORM.DIST", "NORMDIST" },
                { "NORM.INV", "NORMINV" },
                { "NORM.S.INV", "NORMSINV" },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]