Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 25,742 for

worksheet

(0.38 sec)
  1. How to Convert JSON to PDF in Python

    This short article guides us on how to convert JSON to PDF in Python. It has all the details for the IDE settings, a list of tasks and a runnable sample code to develop JSON file to PDF converter in Python....get access to the desired worksheet for rendering JSON data Set...Workbook and access one of its worksheets as the data from the JSON...

    kb.aspose.com/cells/python/how-to-convert-json-...
  2. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of a linked Ole object using Aspose.Cells for JavaScript via C++....Access first worksheet const ws = wb . worksheets . get ( 0 );...Workbook ( ms ); // Access first worksheet const wsFromStream = wbFromStream...

    docs.aspose.com/cells/javascript-cpp/access-and...
  3. Excel Table Missing Column in HTML output - Fre...

    Dear Aspose. As you can see from example. When table in the sheet is printed as a range, then the column Size (Size) is not printed. Attaching image demonstrating the difference in output: Bug-1313955-Missing-Column-…...workbook, not just the active worksheet. ExportHiddenWorkshee : If...the column is in a hidden worksheet, make sure this property is...

    forum.aspose.com/t/excel-table-missing-column-i...
  4. Manage OLE in Presentations Using C++|Aspose.Sl...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for C++. Embed, update, and export OLE content seamlessly.... Access the desired Worksheet and amend the data. Save the...Modify the workbook data. auto worksheet = workbook . GetWorksheets...

    docs.aspose.com/slides/cpp/manage-ole/
  5. How to Format Number as Date|Documentation

    This article will introduce how to format number to date using Aspose.Cells for JavaScript via C++ API....first worksheet const worksheet = workbook . worksheets . get...want to format const a1 = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/javascript-cpp/format-num...
  6. Aspose插入行,能否选择向上插入行或者向下插入行 - Free Support Forum...

    aspose插入行,能否选择向上插入行或者向下插入行 类似: a77f7b6f6466f6224c84397609603d86.jpg (91.7 KB)...具体来说,您可以使用 Worksheet.getCells().insertRow(int rowIndex)...例如,如果您想在第3行之前插入一行,可以这样做: // 获取工作表 Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/aspose/317962
  7. Add Word Art Text with Built-in Styles using Ja...

    Learn to add Word Art Text with Built-in Styles using Aspose.Cells for JavaScript via C++. Create visually appealing text in Excel using built-in styles....least one worksheet exists if ( workbook . worksheets . count ===...workbook . worksheets . add (); } // Access first worksheet const...

    docs.aspose.com/cells/javascript-cpp/add-word-a...
  8. 通过 C++ 和 Node.js 过滤图表数据的三种方法|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中过滤图表。我们的 comprehensive 指南将演示如何应用过滤器到图表,定制图表元素,以及使用数据分析工具获得更好的洞察和做出更明智的决策。...// Create an instance of Worksheet const sheet = workbook . getWorksheets...); // Add a chart to the worksheet const chartIndex = sheet ...

    docs.aspose.com/cells/zh/nodejs-cpp/filtering-c...
  9. Keeping the header and the footer when saving a...

    Hello, I’ve tried to save a xlsx file in html, but I’ve lost the header and the footer in the output file. I think it’s the normal functionality of excel but just to be sur do you have a way to keep the header dans foo…...header/footer content directly into worksheet cells using Aspose.Cells....two rows at the top of the worksheet and place the header content...

    forum.aspose.com/t/keeping-the-header-and-the-f...
  10. Set Default Font while rendering spreadsheet to...

    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....text in cell B4 of the first worksheet and sets its font to some...workbook and accessing first worksheet. const wb = new Workbook ();...

    docs.aspose.com/cells/javascript-cpp/set-defaul...