PowerBiDevCamp / TranslationsBuilder

An external tool for Power BI Desktop to manage translations and localization for Power BI datasets and reports.
MIT License
37 stars 20 forks source link

Export and Import from Excel (*.xlsx) files instead of CSV files #34

Closed samsonfr closed 1 month ago

samsonfr commented 1 month ago

Translation Builder always use comma as a separator which is not convenient for Canadien French computers (where semicolon is used because comma is a decimal separator).

This version use the ClosedXml open source libray to Export and Import Excel files. When exporting it creates a real table that is autosized by column content and can be sorted/filtered.

Let me know if it's helpful to you or your organization.