Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 100,089 for

workbook

(0.09 sec)
  1. Convert Worksheet to CSV|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....method of Workbook object. Java //Instantiate a new workbook with...Excel file path Workbook workbook = new Workbook ( dataPath + "workbook...

    docs.aspose.com/cells/java/convert-worksheet-to...
  2. 使用C++为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,展示如何使用C++库和API以编程方式设置Excel工作表的页面设置中的各种页眉和页脚。你可以为首页、奇数页和偶数页设置页眉和页脚。...Startup (); // Create a new workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/zh/cpp/setting-different-...
  3. How to manage PivotChart with PivotOptions in C...

    How to manage PivotChart with PivotOptions using C++....Create a Workbook object from the sample file Workbook book ( path...

    docs.aspose.com/cells/cpp/how-to-manage-pivotch...
  4. Update ActiveX ComboBox Control with C++|Docume...

    Learn how to read or write values of ActiveX ComboBox Control using Aspose.Cells with C++....02_OutputDirectory \\ " ); Workbook wb ( srcDir + u "SourceFile..."OutputFile_out.xlsx" ); std :: cout << "Workbook saved successfully with updated...

    docs.aspose.com/cells/cpp/update-activex-combob...
  5. Change Text Direction of the Comment with C++|D...

    Learn how to change the text direction of comments in Excel using Aspose.Cells for C++....// Instantiate a new Workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/cpp/change-text-direction...
  6. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce the calculation time of cell calculation methods in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to optimize the cell calculation method and improve its performance. Finally, we save the modified Excel file to disk....recommend that users call Workbook.CalculateFormula() method...want to calculate the entire workbook; they just want to calculate...

    docs.aspose.com/cells/net/decrease-the-calculat...
  7. Remove duplicate rows in a Worksheet with C++|D...

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for C++....class="c1">// Create workbook Workbook book ( u "removeduplicates...

    docs.aspose.com/cells/cpp/remove-duplicate-rows...
  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...