V
V
VanilaSpirit2020-08-06 22:23:28
excel
VanilaSpirit, 2020-08-06 22:23:28

Why does excel add a slash to a space?

I make the cell format in excel using c#:
ws.Cells[1, 1].Style.Numberformat.Format = "# ##0.00";

I open the line format in Excel itself and see this - "#\ ##0.00"
I.e. instead of "111 222 333 444.55" , the cell will look like this - "111222333 444.55" - the difference is very noticeable and not pleasant.
How can you try to fix it?

Answer the question

In order to leave comments, you need to log in

8 answer(s)
L
lPolar, 2015-03-06
@Koviryalko

I will put in a word about languages ​​for analytics.
Python is cool and handy. A large set of libraries for working with data, few specific functions for statistics (easily implemented independently).
Cons - everything is in memory (pandas Memory Error), 2to3 is not for all libraries
Pluses - there is an API for almost everything in the world (and what is not, it is easy to fasten). As for the memory, he was also cunning, for example, there is pyspark in spark 1.3 in which there is a cool API for analysts.
R - if you have time to dig into somewhat illogical function names and want to access a huge number of handy packages for in-depth analysis - great.
Scalability - Oracle R Enterprise/DistributedR/RevolutionR - but not for open source.
You can also try for analytics - Scala, Lua, Julia (by the way, a very fast language).

G
globuser, 2015-03-05
@globuzer

For analytics: Python + mathematical libraries and modules / frameworks for it, as well as the R language To integrate into the
web, still master HTML + CSS + JS
specialist analyst and coder

G
Gluck Virtualen, 2015-03-06
@gluck59

Java is in vogue now... The question is when will it go out of fashion, and will you have time to capitalize on its knowledge by then.
As a base / foundation, probably still C / C ++, if the web is then PHP. These aren't going anywhere.
"Reviews" is just a holivar ... For those who have nothing to do.

V
Vladimir Shiklgruber, 2015-03-22
@aaadddminnn

Hello. Freelancing is mainly web and server setup (the rest is also there, but most of them already have “favorite” freelancers.
I will advise you “purely” for freelancing HTML + CSS + PHP + JS (I taught in this order)
And OS ubuntu debian centos redora freeBSD and Windows servers (on other windows like xp 7 8 9 10 you will stupidly install winginx or openserver

J
jackroll, 2015-03-05
@jackroll

Python or C++ - choose whichever syntax you like best :)

B
beduin01, 2015-03-05
@beduin01

It is possible to master dlang.org
Here is an excellent book
ddili.org/ders/d.en/index.html
In fact, this is C++ of the 21st century. With a bunch of goodies, convenient syntax and the ability to use tons of ready-made C libraries.

M
Maxim Gavrilov, 2015-03-05
@thestump

C/C++

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question