Limited time promo

MS Excel files Plugin

Softland
Softland
0 USD

MS Excel files backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the MS Excel files backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Once loading this plugin in Backup4all you will be able to add as backup sources only Microsoft Office Excel spreadsheets, specifically files in this format: xls, xlsx, xlsm and xlsb.


Raw Plugin (XML) Code: MS-Excel-files.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{1A427BB4-2560-46D9-90FF-0683C150B454}</id>
  <!--Program name-->
  <name>MS Excel files</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion/>
  <maxversion/>
  <!--Information about the plugin author-->
  <author>
    <name>Softland</name>
    <email>[email protected]</email>
    <website>http://www.backup4all.com</website>
  </author>
  <!--Variables used in the XML file-->
  <variables>
    <!--If type="reg" then the value will be read from the registry-->
    <variable name="varP15WRTJW75007" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="My Documents" type="folder">
      <folder>#varP15WRTJW75007#</folder>
      <include type="fullpath">*.xls</include>
      <include type="fullpath">*.xlsx</include>
      <include type="fullpath">*.xlsm</include>
      <include type="fullpath">*.xlsb</include>
    </source>
  </sources>
</b4asource>