Sort Score
Result 10 results
Languages All
Labels All
Results 5,201 - 5,210 of 105,429 for

workbook

(0.09 sec)
  1. 使用C++从单元格获取HTML5字符串|Documentation

    通过Aspose.Cells for C++ API学习如何从单元格获取HTML5字符串。...Startup (); // Create workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  2. 如何使用Node.js通过C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到您的图表中以实现灵活的数据可视化。...localPath = "" ; // Create a new workbook and access the first worksheet...worksheet. const workbook = new AsposeCells . Workbook (); const sheets...

    docs.aspose.com/cells/zh/nodejs-cpp/create-dyna...
  3. Aspose TextFragmentAbsorber with Regular expres...

    Hi, I face the below issue in a .pdf file while using Aspose. Actaully we are converting excel file into pdf and uploading into our application. Then we need to find the content inside of { and } and also from [ to ] in …...the worksheet from an Excel workbook into a pdf and then uploading...it is converting the whole workbook not an activeIndex sheet....

    forum.aspose.com/t/aspose-textfragmentabsorber-...
  4. Missing mc:Ignorable Attribute in Exported XLSX...

    We encountered an issue where our application exports .xlsx files using Aspose.Cells, which are then imported into another system that uses a different third-party library for Excel processing. The support team of that …...the Workbook : Use Aspose.Cells to export your workbook to an...relevant XML file (usually xl/workbook.xml or xl/worksheets/sheet1...

    forum.aspose.com/t/missing-mc-ignorable-attribu...
  5. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay text on top of the filled color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; // Step 1: Write content...

    forum.aspose.com/t/display-text-content-on-top-...
  6. Manage Chart Data Series in Python|Aspose.Slide...

    Learn how to manage chart data series in Python for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations.... chart_data_workbook . get_cell ( 0 , 0 , 1 ) series_cell...200 ) workBook = chart . chart_data . chart_data_workbook chart...

    docs.aspose.com/slides/python-net/chart-series/
  7. Merge XLSX Files Online or using Java | product...

    Free online app to combine different XLSX files. Java merging library code to merge XLSX worksheets into other formats....using Workbook class objects. Select the one Workbook as the...multiple sheets into a single workbook. Data Validation: Automate...

    products.aspose.com/total/java/merge/xlsx/
  8. Creating Subtotals|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....Close Create Named Range in a Workbook Find or Search Data Analyzing...

    docs.aspose.com/cells/cpp/creating-subtotals/
  9. How to add a PivotChart with C++|Documentation

    How to add a PivotChart using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/how-to-add-pivot-chart/
  10. Copy Range Data with Style in C++|Documentation

    Copy range data including cell styles in Excel files using Aspose.Cells for C++....demonstrates how to: Create a workbook Populate cells with data Create...

    docs.aspose.com/cells/go-cpp/copy-range-data-wi...