B
B
blabs2016-05-25 10:53:47
PHP
blabs, 2016-05-25 10:53:47

How to spell out numbers in excel automatically?

Is it possible to write numbers in excel in words automatically?
For example, there is cell 10,347 in the document. The system prescribes itself according to a certain formula: ten thousand three hundred and forty-seven rubles. It is important that this formula works on Mac OS.
I found this solution, but it doesn't work for me.
='Macintosh HD:Users:skurdj01:Documents:sumprop.xla'!Sum in Word(B20)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Elena, 2016-06-13
@Yaya36

And I recommend adding an add-on

A
Alexander Movchan, 2015-08-18
@Alexander1705

Do not use the operator for each, it is not part of the C++ language standard and is only supported in VisualStudio.
Use the range-based loop that came with C++11:

for (string strFILE : v_strSEARCH)
{
    cout << "Файл " << v_strFILE << endl;
}

And the error is that you return an empty vector:
Judging by the history of your questions on the toaster, I will add:
If you call the GetFiles function, the compiler does not react to this in any way, it will not return a list of files to you. The function name is given only to make it clear to the programmer what it does. Inside the function, you yourself need to write an algorithm that will find this list, and then return it, or call another, predefined, function.
Use for example WinApi

D
Dmitry Kovalsky, 2015-08-18
@dmitryKovalskiy

return vector<string>();you don't owe anything in the specified implementation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question