A
A
Alex2014-08-29 13:48:42
Macros
Alex, 2014-08-29 13:48:42

How to split .xlsx by lines?

There is a large file with more than 27,000 lines. How to split it into the same .xlsx files, but let's say 1000 lines each?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eugene, 2014-08-29
@EvgenijDv

Write a script in VBA, though I don’t know if it can save to a separate file, but I’m almost sure that it can. Or write a small application, for example, in C ++, which, through COM, will open the source file and cut it into small ones.

D
Dmitry, 2014-08-29
@zmeyjr

second link in google programmersforum.ru/showthread.php?t=88004

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question