Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 99,951 for

workbook

(0.21 sec)
  1. 在将Excel转换为PDF时渲染实线网格线 with C++|Documentation

    了解如何在将Excel转换为PDF时渲染实线网格线,使用Aspose.Cells与C++。...(); // Create an empty Workbook Workbook wb ; // Prepare data wb...

    docs.aspose.com/cells/zh/cpp/render-solid-gridl...
  2. 将VBA宏用户表单设计存储器从模板复制到目标工作簿,用JavaScript通过C++|Docu...

    学习如何使用Aspose.Cells for JavaScript通过C++将VBA项目(包括设计存储器)从一个Excel文件复制到另一个。..."text/javascript" > const { Workbook , SaveFormat , Utils , SheetType...empty target workbook const target = new Workbook (); // Load...

    docs.aspose.com/cells/zh/javascript-cpp/copy-vb...
  3. How can I prepare large Excel files before zipp...

    I have been working with large Excel files that contain multiple sheets, formulas, charts, and images. These files are often very heavy and when I try to compress them I worry about losing formatting or breaking formulas…...@immiran Summary Large Excel workbooks can be reduced in size before...This extra XML inflates the workbook size. Embedded images – Pictures...

    forum.aspose.com/t/how-can-i-prepare-large-exce...
  4. 使用C++获取单元格索引|Documentation

    学习如何通过单元格、行名或列名获取行或列索引。使用Aspose.Cells与C++将单元格名称转换为零基的行和列索引。...Instantiating a Workbook object Workbook workbook ; // Obtaining...added worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-cells-index/
  5. How to Create Dynamic Scrolling Chart with C++|...

    Learn how to create a dynamic scrolling chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to implement smooth data transitions and automatic scrolling in your chart for a continuous and updated display....U16String localPath ( u "" ); Workbook workbook ; WorksheetCollection...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet sheet = sheets...

    docs.aspose.com/cells/cpp/create-dynamic-scroll...
  6. How to Digitally Sign an Excel Document using Java

    This article contains information on how to digitally sign an Excel document using Java. It will help to configure the environment along with the detailed steps and a runnable sample code to insert digital signature in Excel using Java....digital signature to it Load the workbook and add the digital signature...Save the digitally signed workbook These steps describe the procedure...

    kb.aspose.com/cells/java/how-to-digitally-sign-...
  7. Create TSV Using Python | products.aspose.com

    Generate Microsoft Excel TSV documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create TSV...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/tsv/
  8. Aspose.Cells 8.1.0中的公共API更改|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....instance of Workbook Workbook book = new Workbook (); //Access...Style object and add it to Workbook's Style Collection int index...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. Manage OLE Objects in Presentations in .NET|Asp...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for .NET. Embed, update, and export OLE content seamlessly.... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/net/manage-ole/
  10. 实现类似Excel VBA范围的Cell.FormulaLocal,使用JavaScript通...

    学习如何使用Aspose.Cells for JavaScript通过C++实现类似Excel VBA的Range.FormulaLocal的Cell.FormulaLocal。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...'result' ); // Create workbook const wb = new Workbook (); // Assign...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...