Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 102,712 for

workbook

(0.23 sec)
  1. Public API Changes in Aspose.Cells 8.8.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....be loaded when building the workbook from a template file. Filtering...Tables. SETTINGS loads only Workbook & Worksheet settings. SHAPE...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Protect and Unprotect with Node.js via C++|Docu...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using Node.js with C++ addons.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  3. 使用Aspose.Cells用C++创建共享工作簿|Documentation

    学习如何使用Aspose.Cells和C++创建共享工作簿。...Cells使您能够使用 Workbook.GetShared() 属性创建共享工作簿。 使用Aspose...使用Aspose.Cells创建共享工作簿 以下示例代码通过将 Workbook.GetShared() 属性设置为 true ,创...

    docs.aspose.com/cells/zh/cpp/create-shared-work...
  4. 在使用C++进行写保护时指定作者|Documentation

    学习如何在用Aspose.Cells for C++写保护工作簿时指定作者名称。...请使用 Workbook.GetAuthor() 属性实现此功能。 在保护工作簿时指定作者...在保护工作簿时指定作者 以下示例代码演示了 Workbook.GetAuthor() 属性的用法。该代码创建一个空工作簿,设置写保护密码,指定作者名字,并将其保存为...

    docs.aspose.com/cells/zh/cpp/specify-author-whi...
  5. 在使用Node.js通过C++为已签名的Excel文件添加数字签名|Documentation

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js为已签名的Excel文件添加数字签名。...js via C++提供了 Workbook.addDigitalSignature(digitalSignatureColl)...如何向已经签名的Excel文件添加数字签名 以下示例代码演示了如何使用 Workbook.addDigitalSignature(digitalSignatureColl)...

    docs.aspose.com/cells/zh/nodejs-cpp/add-digital...
  6. 网页扩展——使用JavaScript和C++的Office加载项|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...."text/javascript" > const { Workbook , SaveFormat , WebExtensionStoreTyp...a new workbook or load from selected file let workbook ; if (...

    docs.aspose.com/cells/zh/javascript-cpp/web-ext...
  7. Encrypt And Decrypt ODS files with Node.js via ...

    Password-protect and encrypt ODS files using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...Password protect the file workbook . getSettings (). setPassword...

    docs.aspose.com/cells/nodejs-cpp/encrypt-and-de...
  8. Using Built-in Styles|Documentation

    JavaScript code to use Excel built-in styles with Aspose.Cells for JavaScript via C++....use built‑in styles in your workbook and also create custom styles...Built-in Styles The method Workbook.createBuiltinStyle(BuiltinStyleType)...

    docs.aspose.com/cells/javascript-cpp/using-buil...
  9. Render Gradient Fill for the WordArt while Conv...

    Learn to render gradient fill for WordArt while converting spreadsheets to HTML with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...); // Save workbook to HTML format workbook . Save ( outDir +...

    docs.aspose.com/cells/cpp/render-gradient-fill-...
  10. 用C++将XLSB修订转为XLSM|Documentation

    学习如何用Aspose.Cells将XLSB文件的修订转换为XLSM格式。...Create workbook from the input file Workbook workbook ( inputFilePath...inputFilePath ); // Save Workbook to XLSM format workbook . Save ( outDir...

    docs.aspose.com/cells/zh/cpp/convert-revision-o...