Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 105,422 for

workbook

(1.55 sec)
  1. 使用 Node.js 和 C++ 添加带有内置样式的 Word Art 文字|Document...

    学习如何用 Aspose.Cells for Node.js via C++ 添加带有内置样式的 Word Art 文字。在Excel中使用内置样式创建具有视觉吸引力的文本。...xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook (); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/add-word-ar...
  2. Extract Theme Data from Excel File|Documentation

    Learn how to extract theme data from Excel files using Aspose.Cells for Node.js via C++. Obtain style and formatting information effectively....the theme name applied to a workbook and the theme color applied...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/nodejs-cpp/extract-theme-...
  3. 通过 JavaScript 通过 C++ 使用 IFilePathProvider 接口提供导...

    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 , HtmlSaveOptions...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/provide...
  4. Opening Files in PHP|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....$dataDir = '' ; $workbook1 = new Workbook ( $dataDir . "Book1.xls" );..."Book2.xls" ); // Creating a Workbook object with the stream object...

    docs.aspose.com/cells/java/opening-files-in-php/
  5. Loss content from merged cells when merged cell...

    Aspose.Cells (26.4.0) We have a problem using smart makers. When we have at least two merged cells to the left of a smart maker, we lose the text content of the merged cells. Templates in attachment: LossContentMerge…...x var workbook = new Workbook("template.xlsx"); var...new WorkbookDesigner { Workbook = workbook }; var dt = new DataTable("foo");...

    forum.aspose.com/t/loss-content-from-merged-cel...
  6. How to Unprotect Excel in C#

    This basic tutorial explains how to unprotect Excel in C#. It covers the IDE configuration, stepwise algorithm, and a code snippet to unlock Excel file in C#....to unprotect Excel Create a Workbook class object to access the...method Save the output Excel workbook These steps illustrate how...

    kb.aspose.com/cells/net/how-to-unprotect-excel-...
  7. 通过Node.js的C++检查VBA代码是否已签名|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查VBA代码项目是否已签名。...xlsm" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-vb...
  8. Check if VBA Code is Signed with C++|Documentation

    Learn how to check if VBA code in Excel files is signed using Aspose.Cells with C++....xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...Code Project Signed: " << workbook . GetVbaProject (). IsSigned...

    docs.aspose.com/cells/cpp/check-if-vba-code-is-...
  9. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...an Excel file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/limit-the-...
  10. 使用C++实现工作表的自定义纸张大小以进行渲染|Documentation

    本文介绍了如何使用C++ API在将Excel文件渲染为PDF文件格式时,设置所需工作表的自定义纸张大小。...Cells-for-C // Create workbook object Workbook wb ; // Access first...x 4.00 in" ); // Save the workbook in pdf format U16String outputDir...

    docs.aspose.com/cells/zh/cpp/implement-custom-p...