Posts by danteMesquita • 41 points
4 posts
-
1
votes1
answer119
viewsA: Always keep a visible Section in php
Try changing the {.btn-toggle} class of the button and putting another one to test. Probably, this bootstrap class is giving toogle in the element. In your Javascript code ( more precisely in this…
-
1
votes1
answer179
viewsA: How to change not only the style but the cell format with C# using NPOI?
I ended up being able to solve it. It was simpler than it looked. To get it right in Excel the correct thing is to convert to Double instead of decimal () HSSFFont boldFont =…
-
2
votes1
answer179
viewsQ: How to change not only the style but the cell format with C# using NPOI?
when I file in Excel using the library NPOI (https://github.com/tonyqus/npoi/tree/master/examples/xssf) I can change the style of the cell to moneyFormat with the following code, however, when the…
-
-1
votes1
answer147
viewsA: Date formats API + C#
string dateDesejada = Datastartparentheme.Value.Tostring("dd-MM-yyyy"); Convert.Todatetime(date);