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

workbook

(0.14 sec)
  1. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...var workbook = new Workbook(input); var table = workbook.Worksheets[0]...SOMETHING table.ShowTotals = true; workbook.Save(output); UPDATE: I noticed...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  2. 使用C++设置形状或文本框中的段落行间距|Documentation

    学习如何在形状或文本框中设置段落的行间距、前间距和后间距,使用编号Aspose.Cells for C++。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetSpaceBefore ( 10 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/set-line-spacing-o...
  3. 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-...
  4. 将带有表格的Excel文件转换为ODS格式,使用Node.js与C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Excel文件中的表转换为ODS格式。...in it const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); // Save the file workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-tab...
  5. 如何通过C++在Node.js中创建Sunburst图表|Documentation

    学习如何在Aspose.Cells for Node.js via C++中创建太阳放射图,此图以圆形展示数据。我们的指南将帮助你设置图表的各种属性和格式,包括数据标签、图例、颜色等。...instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-su...
  6. 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-...
  7. 在 Jython 中将工作表转换为图像|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.... cells import Workbook from com . aspose . cells...Instantiate a workbook with path to an Excel file book = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/worksheet-to-imag...
  8. 使用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...
  9. Managing Controls with C++|Documentation

    Learn how to add and manage various controls like lines, rectangles, arcs, ovals, spinners, scroll bars, and group boxes in worksheets using Aspose.Cells with C++....the first worksheet of the workbook. The first text box is well-furnished...Instantiate a new Workbook. Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/managing-controls/
  10. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells with C++....when the default font of the workbook cannot render the characters...following sample code creates a workbook, adds some text in cell A4...

    docs.aspose.com/cells/cpp/set-default-font-whil...