Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 99,951 for

workbook

(0.11 sec)
  1. Support for German Locale in Named Range Formul...

    Learn how to handle named range formulae in German locale using Aspose.Cells with C++....); // Load the source workbook Workbook wbSource ( srcDir + u...SetRefersTo ( value ); // Save the workbook with the new named range wbSource...

    docs.aspose.com/cells/cpp/support-for-german-lo...
  2. Find out if VBA Project is Protected|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....following sample code creates a workbook and then checks if its VBA...VBA Project while loading a workbook Modifying VBA or Macro Code...

    docs.aspose.com/cells/java/find-out-if-vba-proj...
  3. How to Control Sheet Tab Bar|Documentation

    Learn how to control the sheet tab bar through the Aspose.Cells for Python via .NET API....example shows how to: Create a workbook. Add data to cells in the...Set AutoRecover Property of Workbook Analyzing your prompt, please...

    docs.aspose.com/cells/python-net/how-to-control...
  4. 创建每行具有不同水平对齐方式的文本框,使用 Node.js 和 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建每行可以有不同水平对齐方式的文本框...Create a workbook. const wb = new AsposeCells . Workbook (); //...TextAlignmentType . Right ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/zh/nodejs-cpp/create-text...
  5. 图像标记|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Workbook = new Workbook ( FileName ); //Set...the Excel file. designer . Workbook . Save ( FileName ); 下载示例代码...

    docs.aspose.com/cells/zh/net/image-markers/
  6. 在PHP中将转换为MHTML文件|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....M_HTML ); //Instantiate a workbook and open the template XLSX...XLSX file $wb = new Workbook ( $filePath ); //Save the MHT file...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  7. How to Display Formulas in Excel using Java

    This short tutorial provides details on how to display formulas in Excel using Java. It has all the information for setting the IDE, a step-by-step process and a runnable sample code to show formulas in Excel using Java....exercised for a newly created workbook that is saved in XLSX format...display formulas Create a workbook and get access to the first...

    kb.aspose.com/cells/java/how-to-display-formula...
  8. How to Convert XML to CSV using Node.js

    This article guides on how to convert XML to CSV using Node.js. It provides IDE settings, a list of steps, and a runnable sample code to transform XML to CSV using Node.js....the source XML file into the Workbook class object Save the loaded...the Workbook class object. Next, Save the loaded workbook as a...

    kb.aspose.com/cells/nodejs/how-to-convert-xml-t...
  9. Protect and Unprotect Worksheet|Documentation

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Python via .NET....to implement protecting the workbook structure of Excel files....Protect or Unprotect the Shared Workbook Encrypting Excel Files Analyzing...

    docs.aspose.com/cells/python-net/protect-and-un...
  10. Read and Write External Connection of XLS and X...

    Learn how to read and write external connections of XLS and XLSB files using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...DB-Connection const dbCon = workbook . getDataConnections (). get...

    docs.aspose.com/cells/nodejs-cpp/read-and-write...