How to combine data from multiple sheets into 1 main sheet in calc

1

I have an excel file which gets generated from various database servers on fly by executing sql. Separate sheet gets generated for each server. Now I simply want to combine data of all sheets. Each sheet has same number of columns and headings. In combined sheet heading should appear at top only once.

For e.g North sheet

Sales Person | Item | Quantity | Sales |
James | Ball | 100 | 2000|
Jack | Bat | 50 | 100 | James | Bat | 25 | 50 |

South sheet
Sales Person | Item | Quantity | Sales |
Sara | Racket | 100 | 2000|
Lucy | Ball | 50 | 100 | Sara | Racket | 25 | 50 |

Combined sheet

Sales Person | Item | Quantity | Sales |
James | Ball | 100 | 2000|
Jack | Bat | 50 | 100 |
James | Bat | 25 | 50 |
Sara | Racket | 100 | 2000|
Lucy | Ball | 50 | 100 |
Sara | Racket | 25 | 50 |

Prajakta

Posted 2014-04-28T06:44:29.117

Reputation: 11

Question was closed 2014-12-21T16:27:48.960

Hi Prajakta, can you add a question to your question please? I'm afraid we won't be able to help you if we don't know what you need, and what you've already tried. – CLockeWork – 2014-04-28T08:59:03.777

Answers

0

The How can I merge hundreds of Excel spreadsheet files? post describes how you can do this in Excel. You can probably use this in Calc as well.

lenin kumar

Posted 2014-04-28T06:44:29.117

Reputation: 1