Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 100,298 for

workbook

(0.09 sec)
  1. 通过JavaScript与C++查找XML映射的根元素名称|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript在Excel中查找XML映射的根元素名称。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/find-th...
  2. 用 JavaScript 通过 C++ 赋予和验证数字签名|Documentation

    使用 Aspose.Cells for JavaScript 通过 C++ 对 Excel 文件进行数字签名和验证。用数字签名保护工作簿内容的真实性。...Signature: Sign and Verify Workbook </ h1 > < label for = "pfxInput"...button id = "runExample" > Sign Workbook and Verify </ button > < a...

    docs.aspose.com/cells/zh/javascript-cpp/assign-...
  3. 使用Node.js通过C++设置强加密类型|Documentation

    学习如何使用Aspose.Cells for Node.js via C++为Excel文件设置强加密类型。...Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify Strong Encryption...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-str...
  4. 使用 JavaScript via C++ 计算 Excel 2016 的 MINIFS 和 ...

    本文介绍如何使用 Aspose.Cells 库在 JavaScript via C++ 中计算 Microsoft Excel 2016 的 MINIFS 和 MAXIFS 函数。加载已有的 Excel 文件或创建新文件,然后使用 Aspose.Cells 方法计算这些函数并将结果保存到磁盘。...2016的MINIFS和MAXIFS函数 以下示例代码加载 示例Excel文件 ,调用 Workbook.calculateFormula() 方法,通过Aspose..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  5. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and print options using Aspose.Cells for Node.js via C++....template workbook in Microsoft Excel I created a new workbook in MS...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/converting-wor...
  6. 使用 JavaScript 通过 C++ 将日期转换为日本日期|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将公历日期转换为日本日期。..."text/javascript" > const { Workbook , SaveFormat , LoadOptions...CountryCode . Japan ; // Instantiate workbook from uploaded file with load...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  7. AutoFit Rows for Rendering with JavaScript via ...

    Learn how to auto-fit rows for rendering in Excel using Aspose.Cells for JavaScript via C++. Prevent text clipping in saved PDF files...."text/javascript" > const { Workbook , AutoFitterOptions , SaveFormat...Initialize workbook instance from uploaded file. const workbook = new...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  8. Render Office Add-Ins while converting Excel to...

    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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/render-off...
  9. Working with the Shadow Effect of Shape or Char...

    Learn how to work with the shadow effect of shapes or charts using Aspose.Cells for JavaScript via C++....property, and then saves the workbook to the output Excel file (..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  10. Find out if VBA Project is Protected with Node....

    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...Create a workbook. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/find-out-if-vb...