Sort Score
Result 10 results
Languages All
Labels All
Results 5,911 - 5,920 of 103,887 for

workbook

(0.24 sec)
  1. Apply Superscript and Subscript Effects on Font...

    The Node.js code to apply superscript and subscript effects to text in Excel using Aspose.Cells for Node.js via C++....Fonts used in a Spreadsheet or Workbook Analyzing your prompt, please...

    docs.aspose.com/cells/nodejs-cpp/apply-superscr...
  2. Unfreeze Rows or Columns|Documentation

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel worksheets programmatically using the C# library with the .NET API.... Construct a Workbook to open the frozen file. Unfreeze...

    docs.aspose.com/cells/net/unfreeze-rows-or-colu...
  3. Convert PDF to DOC or DOCX format in Ruby|Aspos...

    Learn how to convert PDF documents to DOC or DOCX formats in Ruby with Aspose.PDF, enabling easier editing and processing....Ruby Convert PDF to Excel Workbook in Ruby...

    docs.aspose.com/pdf/java/convert-pdf-to-doc-or-...
  4. Working with the ThreeDFormat of Shape or Chart...

    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....property, and then saves the workbook to the output Excel file ...

    docs.aspose.com/cells/net/working-with-the-thre...
  5. Draw Timeline while rendering Excel to PDF|Docu...

    Manage timelines of Excel files with Aspose.Cells.... It then saves the workbook as the output PDF file . The...

    docs.aspose.com/cells/net/draw-timeline-while-r...
  6. Link Cells to XML Map Elements with Golang via ...

    Learn how to link cells to XML Map elements using Aspose.Cells with Golang via C++....respectively, and then saves the workbook to the output Excel file ...

    docs.aspose.com/cells/go-cpp/link-cells-to-xml-...
  7. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells....sample code below creates a workbook object, adds a value to cell...

    docs.aspose.com/cells/net/save-ods-file-in-odf-...
  8. 档案

    档案...中创建甘特图: 使用 Workbook 类加载现有的 Excel 文件。 使用 workbook.Worksheets[0]...CategoryData 属性设置类别标签。 设置样式和轴设置。 使用 workbook.Save() 保存工作簿。 以下是一个实现上述步骤的C#代码片段:...

    blog.aspose.com/zh/cells/create-gantt-chart-in-...
  9. What's new in Aspose.Cells for Java|Documentation

    Aspose.Cells for Java expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....when calculating formulas for Workbook Improve compatibility with...copying slicers when copying workbook Support token option of API...

    docs.aspose.com/cells/java/what-s-new-in-aspose...
  10. aspose.cell,输出pdf,文本框中文本与在Excel中显示效果不一致。 - Free...

    aspose.cell,Excel文件保存为pdf,文本框中文本与在Excel中显示效果不一致。CalculateTextSize计算的文本高度也没超过文本框,但是输出pdf时文本已溢出文本框 testPdf.zip (256.2 KB) public static void testHeight() { //CellsHelper.DPI = 168; Workbook Workbook = new Wor…...DPI = 168; Workbook workbook = new Workbook("D:\\input_testPdf...xlsm"); Worksheet sheet = workbook.Worksheets["sheet1"]; foreach...

    forum.aspose.com/t/aspose-cell-pdf-excel/325576