Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 30,455 for

worksheet

(0.07 sec)
  1. Issue in Cell.Formula function - Free Support F...

    I am encountering an issue after upgrading Aspose.Cells from version 17.12 to 25.5 . When executing the following line of code: cell.Formula = “Paid in C”; the application throws the error below in version 25.5: Asp…...into the G20 cell in the worksheet fine when viewing the output...

    forum.aspose.com/t/issue-in-cell-formula-functi...
  2. Different Ways to Save Files with JavaScript vi...

    Aspose.Cells for JavaScript via C++ can save files to different formats including PDF, HTML, DOCX, PPTX, JSON, and MHTML....the first worksheet and set value to A1 const worksheet = workbook...workbook . worksheets . get ( 0 ); const cell = worksheet . cells...

    docs.aspose.com/cells/javascript-cpp/different-...
  3. Տեքստը փաթաթել Excel-ում՝ օգտագործելով C#

    Այս հոդվածը ցույց է տալիս, թե ինչպես կարելի է տեքստը փաթաթել Excel-ում՝ օգտագործելով C#: Այն ունի IDE կարգավորումներ, քայլերի ցանկ և նմուշ կոդ՝ Excel-ում C#-ով տեքստը ավտոմատ կերպով փաթաթելու համար:...Ստեղծեք Workbook , մուտք գործեք worksheet և մուտք գործեք բջիջ Տեղադրեք...

    kb.aspose.com/hy/cells/net/wrap-text-in-excel-u...
  4. 调整图表数据标签形状以适应文本,支持 Node.js via C++|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中调整图表中数据标签的大小以适应文本。我们的指南将向您展示如何调整标签容器的大小和形状,以确保文本正确显示且无截断或重叠。...filePath ); // Access the Worksheet that contains the Chart const...

    docs.aspose.com/cells/zh/nodejs-cpp/resize-char...
  5. Support For Interruptable Library|Aspose.Slides...

    Make long-running tasks cancelable with Aspose.Slides for C++. Interrupt rendering and conversions for PowerPoint and OpenDocument safely, with examples.... Working Solution for Worksheet Resizing Multithreading in...

    docs.aspose.com/slides/cpp/support-for-interrup...
  6. Get Max Column Index in Row and Max Row Index i...

    Learn how to get the max column index in a row and the max row index in a column using the Aspose.Cells for C++ API....Workbook workbook ( filePath ); Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-max-index-in-row-...
  7. Enable CSS Custom Properties while saving to HT...

    Learn how to enable CSS custom properties when saving Excel files to HTML using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/enable-css...
  8. Aspose::Words::Drawing::OleFormat::get_SourceIt...

    Aspose::Words::Drawing::OleFormat::get_SourceItem method. Gets or sets a string that is used to identify the portion of the source file that is being linked in C++....only a few cells from the worksheet. Examples Shows how to insert...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 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…...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; // Step...Write content into a cell worksheet.Cells["A1"].PutValue("Hello...

    forum.aspose.com/t/display-text-content-on-top-...
  10. Different Ways to Save Files|Documentation

    Aspose.Cells for .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....a workbook with multiple worksheets into text format. For text...the contents of the active worksheet only. The following code example...

    docs.aspose.com/cells/net/different-ways-to-sav...