I have 12 localisable.string files in my xcode project. Here is the format
/*
Localizable.strings(English)
"HELLO" = "Hello!";
/*
Localizable.strings(German)
"HELLO" = "Hallo!";
Now what I want to achieve is this
Extract only the values from the keys in a file and create a excel sheet so the excel sheet should be like this below
(English) (German)
Hello Hallo