Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 102,525 for

workbook

(1.72 sec)
  1. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting an Excel file to HTML using Aspose.Cells for Node.js via C++....Create workbook object const wb = new AsposeCells . Workbook ();...setExportWorksheetCS ( true ); // Save the workbook in html wb . save ( "outputExportWorkshee...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...
  2. 通过Node.js和C++显示与隐藏工作表和标签|Documentation

    本文提供了使用Node.js API或Node.js库以程序化方式显示和隐藏Excel工作表的示例代码。此外,还介绍了如何显示和隐藏Excel工作簿标签。...提供了一个类 Workbook ,代表一个Excel文件。 Workbook 类包含一个 Workbook.getWorksheets()...filePath ); // Instantiating a Workbook object with opening the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  3. 更改单元格对齐方式并保持现有格式|Documentation

    使用Aspose.Cells库在JavaScript via C++中更改单元格对齐方式并保持现有格式..."text/javascript" > const { Workbook , SaveFormat , StyleFlag ...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  4. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int32_t sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/
  5. 使用Node.js通过C++刷新关联形状的数值|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中刷新关联形状的数值。...// Create workbook from source file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "sampleRefreshValueOf...

    docs.aspose.com/cells/zh/nodejs-cpp/refresh-val...
  6. Convert XLS File with Images or Charts to PDF w...

    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...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/javascript-cpp/convert-xl...
  7. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the advanced filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.Cells for C++ API....Load your source workbook Workbook workbook ( sourceDir + u ...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-advanced-filter...
  8. 根据单元格引用插入图片(C++)|Documentation

    学习如何使用Aspose.Cells for C++根据单元格引用插入图片。...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...TrafficLights31 , 0 ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-a-picture-b...
  9. 用C++将VBA证书导出到文件或流|Documentation

    了解如何使用Aspose.Cells for C++将VBA数字证书导出到文件或内存流。...您可以使用 Workbook.GetCertRawData() 属性访问VBA数字证书的原始数据。...xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/export-vba-certifi...
  10. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/tile-pictu...