Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 87,332 for

workbook

(0.16 sec)
  1. Protect XLSX document Online with password and ...

    Online XLSX file password protection app. .NET C# API code to apply password protection on XLSX spreadsheets....NET Load XLSX file via Workbook class object Call SetEncryptionOptions...📊 .xlsx | Microsoft Excel Workbook (Modern) — Use Cases for Protection...

    products.aspose.com/total/net/protect/xlsx/
  2. Convert Excel each row into separate PDF - Free...

    Hi Aspose Team, I am looking to generate a number of PDFs , where each pdf should contain the each row from the worksheet. Lets say, I have 10 row in a sheet, I am looking to generate 10 PDF , with each having its own …... Workbook wb = new Workbook(path + "Book1.xlsx");...worksheet.Cells.Rows) { Workbook wb1 = new Workbook(); Row row1 = row...

    forum.aspose.com/t/convert-excel-each-row-into-...
  3. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the cells as needed....sets the Default Style of the workbook. Please download the output...

    docs.aspose.com/cells/go-cpp/create-style-objec...
  4. 图表渲染|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....); // Create a new workbook Workbook workbook ; // Get first worksheet...default Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/chart-rendering/
  5. Create PowerPoint Presentation Charts in C++|As...

    Create chart in PowerPoint presentation in C++...get_ChartDataWorkbook (); // Clears the workbook fact -> Clear ( defaultWorksheetInde...SharedPtr < IChartDataWorkbook > workbook = chartData -> get_ChartDataWorkbook...

    docs.aspose.com/slides/cpp/create-chart/
  6. Convert DOTM to XLS via Java or with free Onlin...

    Convert DOTM to XLS via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOTM to XLS online converter quickly before integrating the code....create an instance of the Workbook class and load the HTML file...call the save method of the Workbook class and pass the XLS file...

    products.aspose.com/total/java/conversion/dotm-...
  7. How to Format Number to Time|Documentation

    This article will introduce how to Format Number to Timeusing Aspose.Cells for Java API.... Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/java/how-to-format-number...
  8. C# aspose cells dates - Free Support Forum - as...

    Hi I am looking to copy ranges from from Workbook to another or from one worksheet to another. I used value = RangeA.Value and RangeB.Value = value The problem is that in some circumstances date values get changed f…...looking to copy ranges from from workbook to another or from one worksheet...when copying ranges between workbooks or worksheets, especially...

    forum.aspose.com/t/c-aspose-cells-dates/315671
  9. Extract Text and Images from XLSB File Online a...

    Online XLSB file parser app. Java API code to extract text in rows and cells from XLSB spreadhseets....project Load XLSB file using Workbook class object Access relevant...Files Using Java APIs: Binary Workbook Efficiency Parsing XLSB files...

    products.aspose.com/total/java/parse/xlsb/
  10. Pie chart Hover value display - Free Support Fo...

    Hi I have created a pie chart with different formats for values. A- “EUR” is applied in format B -doesn’t have any formats applied C- “$” is applied in format Now, if I hover on C series in pie chart it displays the…...Create a workbook and access the first worksheet Workbook workbook...workbook = new Workbook(); Worksheet sheet = workbook.Worksheets[0];...

    forum.aspose.com/t/pie-chart-hover-value-displa...