Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 102,530 for

workbook

(0.14 sec)
  1. 找出VBA项目是否受密码保护,通过Node.js和C++|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....Create a workbook. const wb = new AsposeCells . Workbook (); //...Access the VBA project of the workbook. const vbaProj = wb . getVbaProject...

    docs.aspose.com/cells/zh/nodejs-cpp/find-out-if...
  2. 用Node.js通过C++确定Shape是否为智能艺术形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++确定Excel中的形状是否为智能艺术形状。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  3. 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...
  4. Public API Changes in Aspose.Cells 8.9.1|Docume...

    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....instance of Workbook Workbook book = new Workbook ( dir + "sample...instance of Workbook Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/java/public-api-changes-i...
  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. 创建每行具有不同水平对齐方式的文本框,使用 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...
  7. 档案

    档案...Load Excel file Workbook book = new Workbook("Excel_Sheet.xlsx");...Excel file Workbook workbook = new Workbook("workbook.xlsx"); //...

    blog.aspose.com/zh/cells/convert-excel-to-jpg/
  8. 在使用JavaScript通过C++渲染Excel文件为PDF时,获取字体替换警告|Docum...

    学习如何在使用Aspose.Cells for Java脚本通过C++将Excel文件渲染为PDF时,获取字体替换的警告。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/get-war...
  9. Public API Changes in Aspose.Cells 8.0.0|Docume...

    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....//Instantiate the Workbook with an object of LoadOptions Workbook book =...= new Workbook ( myDir + "large.xlsx" , options ); Demonstrates...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. 使用 C++ 的 JavaScript 错误检查选项|Documentation

    学习如何在 Excel 工作表中通过 C++ 编程方式使用错误检查选项。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate a Workbook by reading the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/use-err...