Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 105,384 for

workbook

(0.11 sec)
  1. Supported File Formats|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....0–2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel Macro-Enabled Workbook. XLT Excel...

    docs.aspose.com/cells/java/supported-file-formats/
  2. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A-1a compliant PDF format using Aspose.Cells with C++....describes how to save the Excel workbook to a PDF/A compliant (PDF/A-1a)...Startup (); // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/cpp/convert-excel-file-to...
  3. Բջիջների կողպում Excel-ում Python-ի միջոցով

    Հետևեք այս հոդվածին՝ Excel-ում բջիջները Python-ի միջոցով կողպելու համար։ Այն պարունակում է IDE-ի կարգավորման մանրամասներ, քայլերի ցանկ և օրինակային կոդ՝ Excel-ում որոշակի բջիջներ Python-ի միջոցով կողպելու համար։...խուսափելու համար Բացեք Excel ֆայլը Workbook օբյեկտի միջոցով և ընտրեք ցանկալի...լիցենզիան, բեռնեք Excel ֆայլը Workbook օբյեկտի միջոցով, մուտք գործեք...

    kb.aspose.com/hy/cells/python/lock-cells-in-exc...
  4. Ինչպես գաղտնագրել Excel ֆայլը գաղտնաբառով Java-ում

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

    kb.aspose.com/hy/cells/java/how-to-encrypt-exce...
  5. 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...
  6. 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...
  7. 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...
  8. Convert Excel to PDF, the border width of table...

    Hi, when convert excel to pdf, I want to the border with of table to be more thin. In excel, the cellbordertype has set to thin. Can I customize the table border width? Or after converting to PDF, read the file through a…...is as follows Workbook workbook = new Workbook("excel1.xlsx");...xlsx"); workbook.save("test1.pdf"); The expected result is like border-width2...

    forum.aspose.com/t/convert-excel-to-pdf-the-bor...
  9. 使用 C++ 保护 PDF 文件|Documentation

    了解如何使用 Aspose.Cells 与 C++,为 PDF 文件设置所有者密码和用户密码以实现保护。...// Open an Excel file Workbook workbook ( inputFilePath ); //...document with encrypted settings workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/zh/cpp/secure-pdf-documents/
  10. Excel chart has inconsistencies when printed - ...

    Dear Aspose. As you can see from example. When Worksheet is printed there are inconsistencies in the output: 1 - Pink box is lower and hides the value in orange rectangle 2 - Black text in bracket is lower and mess w…...5 KB) Workbook workbook = new Workbook(filePath + "B...xlsx"); Worksheet worksheet = workbook.Worksheets["Sheet1"]; worksheet...

    forum.aspose.com/t/excel-chart-has-inconsistenc...