Loading...
 

Excel Resource Transfer

General Description

Excel Resource Transfer is an Add-In for Microsoft Excel, supported by all version from Excel 2000 up to Excel 2007, to import and export texts from resource files in the

  • .res (binary resource) and
  • .rc (resource script)

formats.

Binary resource files (.res)

On importing a binary resource file, the texts are presented in exactly the format used by the Multi-Language Add-In, as shown below. The first column contains the string ID number, followed by a column for each language. The first two rows contain the language names and the locale ID numbers.
Image
Only string resources are imported.

On exporting, you have the options:

  • to create a new file
  • to update an existing file
    • preserving non-string resources (e.g. image resources), but replacing all of the string resources
    • preserving non-string resources and any string resources which are not present in the Excel file

Resource script files (.rc)

Visual C++ projects store resources using two files:

<project name>.rcThis a resource script file specifying the content of all kinds of resources
resource.hThis is a symbol file, defining symbolic names for numeric resource IDs. The symbolic names are be used in the C++ source code, but also in the .rc file.

Excel Resource Transfer uses both these files to access both the symbolic and numeric resource IDs.

On importing a resource script, the Excel worksheet is formatted as follows

First columnThe symbolic resource IDs
Second columnThe numeric resource IDs
Additional columnsLanguages
First rowColumn heading or language name
Second rowLocale ID
Additional rowsResource texts

and as shown in the following screenshot.
Image
On exporting, Excel Resource Transfer does not generate completely new files. Instead, it always updates existing pair of (.rc and .h) files.

Working with Excel Resource Transfer

The operations supported by Excel Resource Transfer are accessed via a simple menu.

In Excel 2000 to Excel 2003, this is added to the Tools menu and appears as a submenu as shown below:
Image
In Excel 2007, menus in their previous form have been abolished. The Excel Resource Menu now appears (hidden) on the Add-In ribbon, as shown here:
Image


Created by admin. Last Modification: Sunday 04 of December, 2016 17:50:36 GMT by Phil.