|
ограничения при выгрузке в excel
|
|||
---|---|---|---|
#18+
Выгружаю данные в отчет в excel, но почему-то больше чем 999строк не выводится. В чем может быть ошибка? ... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2009, 11:11 |
|
ограничения при выгрузке в excel
|
|||
---|---|---|---|
#18+
Как выгружаешь и в какой Excel? ... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2009, 11:12 |
|
ограничения при выгрузке в excel
|
|||
---|---|---|---|
#18+
nastasjal, Просто к сведению: В Эксель может быть выведено около 65 500 строк на один лист (sheet) Экселевской книги (Workbook, т.е. файла*.xls). Это физическое ограничение Экселя. Если строк больше, то они просто игнорируются... (У меня был опыт открытия длинного файла (правда, *.csv) Экселем. Все записи после примерно 65 500 не отобразились)... 999 < 65 500, поэтому ищите какие-то "скрытые" источники такого поведения Вашей программы... ... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2009, 11:41 |
|
ограничения при выгрузке в excel
|
|||
---|---|---|---|
#18+
Про 65000 я знаю, поэтому и спрашиваю почему именно 999? Может кто с таким сталкивался. А Выгружаю так: Код: plaintext 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37.
... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2009, 11:57 |
|
ограничения при выгрузке в excel
|
|||
---|---|---|---|
#18+
nastasjal, Не в этом причина? Код: plaintext 1. 2. 3.
Visual FoxPro 9.0 Language Reference STR( ) Function Returns the character equivalent of a numeric expression. STR(nExpression [, nLength [, nDecimalPlaces]]) Parameters nExpression Specifies the numeric expression to evaluate. nLength Specifies the length of the character string returned. If nLength is omitted, nLength defaults to 10 characters. Note: If the expression contains a decimal point, the length includes one character for the decimal point and one character for each digit in the character string. nDecimalPlaces Specifies the number of decimal places in the character string returned. To specify the number of decimal places using nDecimalPlaces, you must include nLength. If nDecimalPlaces is omitted, the number of decimal places defaults to zero (0). Note: Visual FoxPro contains a limit of 16 digits of precision in numeric calculations. For more information about numeric precision in Visual FoxPro, see Visual FoxPro System Capacities. ... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2009, 12:20 |
|
|
start [/forum/topic.php?fid=41&msg=35758836&tid=1586876]: |
0ms |
get settings: |
9ms |
get forum list: |
13ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
49ms |
get topic data: |
12ms |
get forum data: |
3ms |
get page messages: |
40ms |
get tp. blocked users: |
2ms |
others: | 10ms |
total: | 146ms |
0 / 0 |