It is a .Net VSTO Addin of existing Excel Connector. And, I am not an expert of VB.Net, so need help from everyone.
It is an Excel VSTO Addin, support Excel 2013, 2016 and Office 365 version of Excel.
- Support latest API version
- Using API name for fields mapping, not labels
- Add Translation Helper for multilingual environment
Wiki Page will be updated.
- ... to be updated...
- Describe Sforce Object
- It will be creating the sheet(s) about sObject fields and specifications with translations
-
Download CustomLabel
- Download Custom Labels using Metadata API
- You can add at least one Custom Label via Web UI and try to download
-
Download CustomLabel Translation
- Download translations for Custom Labels using Metadata API
- Before this action, you must download Custom Labels first
- Your org has to configure for translation
-
Upsert CustomLabel
- You can create or update Custom Label(s)
- Select the label(s) and click the command button
-
Update CustomLabel Translation
- You can update(add) only one language at a time
- Select the translated label(s) and click the command button
-
Download Object Translation
- You can download translations for sObject, fields and related
- Not for all standard sObject data, only include renamed labels
-
Download Translation
- You can download translations for Custom Tab, Flow, QuickAction ...etc
-
Update Object Translation
- Currently disabled. Lack of coding about parser (build XML hierarchy)
-
Update Translation
- Currently disabled. Lack of coding about parser (build XML hierarchy)
- Performance tuning
- Currently used many similar backgroundworker modal, need to refactoring.
- Visual Studio 2019 Community or above
- .Net Framework 4.7.2
- Office Developer Tools for Visual Studio (VSTO)
- Microsoft Visual Studio Installer Projects