Excel Client is in maintenance mode with no new functionalities planned. Not every new object added to the application (such as Sellers or Seller Extensions) will be available in Excel Client. When issues in Excel Client are found, they will be scheduled for fixing through our standard prioritization process.

When it comes to uploading your XLS files to a partition, you are encouraged to use Data Upload in PlatformManager, the Import Manager (available for Products and Product Extensions in 14.0) or the Import/Export functionality available for individual Pricefx tables.

The Excel Client allows you to:

  • Manipulate your Pricefx data (customers, product extensions, users etc.) using MS Excel.

  • Modify the metadata of the table columns (take special care when doing this).

The Excel Client can be accessed from the Master Data menu.

Limitations:

  • The Excel Client is only suitable for smaller data sets, up to about 25,000 lines.

  • Attributes in JSON format cannot be uploaded or downloaded using Excel Client.

  • Company Parameter tables with JSON Table Type and JSON2 Value Type cannot be updated using Excel Client.

  • When authenticating via Excel Client, the JWT token is stored in the downloaded XLSM file. This poses a security risk. To prevent injecting JWT token to the Excel file, set the application property doNotInjectJWTInEC to true. This however means that the user will have to log in when using Excel Client.

  • Excel Client supports only int32 (integer) numbers. This is due to a MS Excel limitation of 15 digits precision. Numbers larger than 15 digits will be trimmed to the floating-point number type (double type). Note that Unity UI supports int64 (long) which can have up to 19 digits. 

Important note:

  • Excel Client uses VBA (Visual Basic for Applications) macros by Microsoft. As this technology has been one of the most significant entry points for malicious code, newer Microsoft Office applications block execution of any VBA macros by default. Furthermore, Microsoft is planning to phase out support for executing VBA macros in downloaded Office documents completely.
    This situation has also contributed to the decision not to introduce any new functionality in Pricefx Excel Client and focus on our own import/export functionality (as stated at the top of this page). Further reading: Microsoft 365 roadmap.

In this section:

Open Excel Client

  1. Go to Master Data > Excel Client. The PriceFxClient.xlsm file is downloaded.

  2. Open it in MS Excel and click Enable Editing and Enable Content to be able to use the Pricefx functionality.

  3. The Excel Client will automatically try to log you in based on your web based session information. Should this fail, you will be asked to log in using your credentials.

  4. 'Pricefx' appears in the Excel menu.

See also How to Run Excel Client on Mac.

Update Data

Using the Manage menu you change, delete and add data for various Pricefx objects.

  1. As a prerequisite, make sure the table you want to manage is not empty in Pricefx. If it is, it will be listed in the Excel Client but the download action will result in an empty sheet without the expected columns being visible. You need to go to Pricefx and ensure that the table has at least one row of data.

  2. Open the Excel Client. 

  3. From the Manage menu select a table you wish to work with. The following objects can be handled by the Excel Client: UsersUser GroupsProductsProduct CompetitionProduct ReferenceProduct BoM, Product Text, CustomerPrice Record, Data Source (read only), Data Change RequestsProduct ExtensionCustomer ExtensionCompany ParameterManual Price ListPrice List, Simulation, Live Price Grid.
    When it comes to fetching the table values for the drop-down menu in Excel Client, there is a MS Excel limit of 32,767 items which can be displayed there.

  4. Modify the data in Excel as needed. 

  5. Click the Update Server option. When the data is synchronized with the Pricefx server, the change flags on each line disappear.

  6. If you want to continue editing another object, click the Clear Data option and in the Manage menu select the table to work with.
    (warning) Clear Data has no effect on data on the Pricefx server; it just clears the Excel sheet. It does not reload the meta info (unlike the Force full login option).

For Product Extensions, Customer Extensions and Company Parameters there is an alternative to Excel Client when it comes to adding/modifying multiple records: you can use the Export & Import functionality available for these tables.

Notes

Change Login

If you need to log to a different Pricefx instance while the Excel Client is open, take these steps:

  1. Click the Show Login option.

  2. Enter the credentials. If the first four fields of this dialog are not active, enable the Override login information option at the bottom.
    You can can also use here the two-factor authentication. For details on the setup, see Two-Factor Management.

  3. Optionally, use these options:

  4. Click Login.

Details about the currently logged in user and partition are displayed after you click the Show Details option.

See also: Excel Client Troubleshooting