Sort Score
Result 10 results
Languages All
Labels All
Results 5,011 - 5,020 of 103,884 for

workbook

(0.11 sec)
  1. 用C++设置点为总数的方法。|Documentation

    在某些Excel图表中,例如瀑布图,可能需要将点设为总数。本文介绍如何用C++与Aspose.Cells实现此功能。...( u "" ); // Load the workbook Workbook wb ( filePath + u "SampleSheet...( subtotals ); // Save the workbook wb . Save ( filePath + u "output...

    docs.aspose.com/cells/zh/cpp/how-to-set-point-a...
  2. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....xlsx" ; Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Chart...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  3. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....// Load sample Excel file Workbook wb ( srcDir + u "sample.xlsx"...GetRowCount (), options ); // Save workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/change-data-source-of...
  4. Ինչպես փոխարկել XML-ը CSV-ի, օգտագործելով Node....

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել XML-ը CSV-ի, օգտագործելով Node.js-ը: Այն տրամադրում է IDE կարգավորումներ, քայլերի ցանկ և գործարկվող կոդ՝ XML-ը CSV-ի վերածելու Node.js-ի միջոցով:...Բեռնել աղբյուրի XML ֆայլը Workbook դասի օբյեկտում Պահեք բեռնված...բեռնելով աղբյուր XML ֆայլը Workbook դասի օբյեկտում: Այնուհետև...

    kb.aspose.com/hy/cells/nodejs/how-to-convert-xm...
  5. Ինչպես գաղտնագրել Excel ֆայլը գաղտնաբառով Java-ում

    Այս հոդվածը ցույց է տալիս, թե ինչպես գաղտնագրել Excel ֆայլը Java-ում գաղտնաբառով: Այն տրամադրում է անհրաժեշտ ռեսուրսների մասին մանրամասներ, ծրագիր գրելու ամբողջական տրամաբանություն և գործարկվող օրինակելի կոդը՝ Java-ում գաղտնաբառով պաշտպանված Excel ֆայլ ստեղծելու գործընթացը ցուցադրելու համար:...Բեռնեք կաղապարի Excel ֆայլը Workbook օբյեկտի մեջ, որը պետք է գաղտնագրվի...Java-ում*: Այն օգտագործում է Workbook դասի օբյեկտը՝ բեռնելու աղբյուր...

    kb.aspose.com/hy/cells/java/how-to-encrypt-exce...
  6. Convert Text to Columns using Aspose.Cells with...

    Learn how to convert text to columns in Excel files using Aspose.Cells for C++....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet..., 5 , opts ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/convert-text-to-colum...
  7. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set the margins for the page centre, the header and footer margins of Page Setup using the C# API or .NET Library....class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/net/setting-margins/
  8. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells.... Finally, it saves the workbook in output XLSX and output...column. Finally, it saves the workbook in output XLSX format. Sample...

    docs.aspose.com/cells/python-net/create-slicer/
  9. Update Excel Files using .NET | products.aspose...

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office with C# .NET based applications....NET API provides Workbook class that handles the loading...Process is simple. Create the Workbook object by providing the source...

    products.aspose.com/total/net/update/
  10. Update Excel Files using Java | products.aspose...

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office within Java based applications....Cells for Java API provides Workbook class that handles the loading...Process is simple. Create the Workbook class object by providing...

    products.aspose.com/total/java/update/